blob: 2286d0290025889d777956dc647f1c46dad0c3e9 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "android_webview/common/aw_switches.h"
namespace switches {
const char kWebViewSandboxedRenderer[] = "webview-sandboxed-renderer";
// used to enable safebrowsing functionality in webview
const char kWebViewEnableSafeBrowsingSupport[] =
"webview-enable-safebrowsing-support";
// used to disable safebrowsing functionality in webview
const char kWebViewDisableSafeBrowsingSupport[] =
"webview-disable-safebrowsing-support";
} // namespace switches