Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2839)

Unified Diff: android_webview/common/aw_switches.cc

Issue 1380663004: Revert "aw: Disable ipc command buffer by default" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « android_webview/common/aw_switches.h ('k') | android_webview/lib/main/aw_main_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/common/aw_switches.cc
diff --git a/android_webview/common/aw_switches.cc b/android_webview/common/aw_switches.cc
index 39a955668bbbb3bf8e488a220f64faa41afa7586..9ce995a60a710d87e6d46fe3d910cd439a7d6db0 100644
--- a/android_webview/common/aw_switches.cc
+++ b/android_webview/common/aw_switches.cc
@@ -7,7 +7,7 @@
namespace switches {
const char kDisablePageVisibility[] = "disable-page-visibility";
-const char kUseIpcCommandBuffer[] = "use-ipc-command-buffer";
+const char kUseInProcCommandBuffer[] = "use-in-proc-command-buffer";
const char kWebViewSandboxedRenderer[] = "webview-sandboxed-renderer";
} // namespace switches
« no previous file with comments | « android_webview/common/aw_switches.h ('k') | android_webview/lib/main/aw_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698