[email protected] | 8a59280 | 2014-07-02 07:31:33 | [diff] [blame] | 1 | // 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 | |
| 7 | namespace switches { |
boliu | 1463e1e | 2015-07-23 00:18:04 | [diff] [blame] | 8 | |
Hazem Ashmawy | d8e4e9d42 | 2019-03-25 22:40:28 | [diff] [blame^] | 9 | const char kWebViewLogJsConsoleMessages[] = "webview-log-js-console-messages"; |
| 10 | |
simonb | 201d2ae | 2015-09-10 17:34:30 | [diff] [blame] | 11 | const char kWebViewSandboxedRenderer[] = "webview-sandboxed-renderer"; |
boliu | 1463e1e | 2015-07-23 00:18:04 | [diff] [blame] | 12 | |
timvolodine | 49207db | 2017-01-17 23:13:32 | [diff] [blame] | 13 | // used to enable safebrowsing functionality in webview |
| 14 | const char kWebViewEnableSafeBrowsingSupport[] = |
| 15 | "webview-enable-safebrowsing-support"; |
| 16 | |
Nate Fischer | 9f245f5a | 2017-11-07 21:34:30 | [diff] [blame] | 17 | // used to disable safebrowsing functionality in webview |
| 18 | const char kWebViewDisableSafeBrowsingSupport[] = |
| 19 | "webview-disable-safebrowsing-support"; |
| 20 | |
Peng Huang | e3b8c1d | 2019-03-05 17:21:12 | [diff] [blame] | 21 | // Used to enable shared image API for webview. |
| 22 | const char kWebViewEnableSharedImage[] = "webview-enable-shared-image"; |
| 23 | |
Peng Huang | 0370210 | 2019-03-19 16:31:28 | [diff] [blame] | 24 | // Used to enable vulkan draw mode instead of interop draw mode for webview. |
| 25 | const char kWebViewEnableVulkan[] = "webview-enable-vulkan"; |
| 26 | |
[email protected] | 8a59280 | 2014-07-02 07:31:33 | [diff] [blame] | 27 | } // namespace switches |