summaryrefslogtreecommitdiffstats
path: root/android_webview/common/aw_switches.cc
diff options
context:
space:
mode:
authorjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-05 22:40:59 +0000
committerjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-05 22:40:59 +0000
commitc660d46fdb0e45faf3ae09750766a8e2ddef08e3 (patch)
treee36227194763737ee42a920716620fdacc5a78e1 /android_webview/common/aw_switches.cc
parentead6751a4a41f35c3cc4ba72f0519610ba6b2f08 (diff)
downloadchromium_src-c660d46fdb0e45faf3ae09750766a8e2ddef08e3.zip
chromium_src-c660d46fdb0e45faf3ae09750766a8e2ddef08e3.tar.gz
chromium_src-c660d46fdb0e45faf3ae09750766a8e2ddef08e3.tar.bz2
[Android webview] Cleanup some command line flags
Remove obsolete kUseZeroCopyBuffers Remove placeholder testing-webview-gl-mode, replace with dedicated kDisableWebViewGLMode Set the disable webGL flag in follow up to crrev.com/215135 BUG=b/10188126 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/22260002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215714 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/common/aw_switches.cc')
-rw-r--r--android_webview/common/aw_switches.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/android_webview/common/aw_switches.cc b/android_webview/common/aw_switches.cc
index a24b123..a87e93a 100644
--- a/android_webview/common/aw_switches.cc
+++ b/android_webview/common/aw_switches.cc
@@ -8,6 +8,6 @@ namespace switches {
const char kDisableSimpleCache[] = "disable-simple-cache";
-const char kUseZeroCopyBuffers[] = "use-zero-copy-buffers";
+const char kDisableWebViewGLMode[] = "disable-webview-gl-mode";
} // namespace switches