blob: d25da654bd81a2fd43d907e719cfd748f573f7c7 [file] [log] [blame]
[email protected]8a592802014-07-02 07:31:331// Copyright 2014 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "android_webview/common/aw_switches.h"
6
7namespace switches {
boliu1463e1e2015-07-23 00:18:048
Hazem Ashmawyd8e4e9d422019-03-25 22:40:289const char kWebViewLogJsConsoleMessages[] = "webview-log-js-console-messages";
10
simonb201d2ae2015-09-10 17:34:3011const char kWebViewSandboxedRenderer[] = "webview-sandboxed-renderer";
boliu1463e1e2015-07-23 00:18:0412
timvolodine49207db2017-01-17 23:13:3213// used to enable safebrowsing functionality in webview
14const char kWebViewEnableSafeBrowsingSupport[] =
15 "webview-enable-safebrowsing-support";
16
Nate Fischer9f245f5a2017-11-07 21:34:3017// used to disable safebrowsing functionality in webview
18const char kWebViewDisableSafeBrowsingSupport[] =
19 "webview-disable-safebrowsing-support";
20
Peng Huange3b8c1d2019-03-05 17:21:1221// Used to enable shared image API for webview.
22const char kWebViewEnableSharedImage[] = "webview-enable-shared-image";
23
Peng Huang03702102019-03-19 16:31:2824// Used to enable vulkan draw mode instead of interop draw mode for webview.
25const char kWebViewEnableVulkan[] = "webview-enable-vulkan";
26
[email protected]8a592802014-07-02 07:31:3327} // namespace switches