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

Unified Diff: android_webview/common/aw_switches.h

Issue 1253553002: Add switch to use ipc command buffer in Android WebView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review Created 5 years, 5 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/browser/aw_browser_main_parts.cc ('k') | android_webview/common/aw_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/common/aw_switches.h
diff --git a/android_webview/common/aw_switches.h b/android_webview/common/aw_switches.h
index af717036361ee74d5e8e5848462334e51bdcdd3c..628cdd550b94d27967f520d3aae1b0d0d23d2756 100644
--- a/android_webview/common/aw_switches.h
+++ b/android_webview/common/aw_switches.h
@@ -7,7 +7,7 @@
namespace switches {
-// Intentionally empty in case Android WebView needs switches in the future.
+extern const char kUseIpcCommandBuffer[];
} // namespace switches
« no previous file with comments | « android_webview/browser/aw_browser_main_parts.cc ('k') | android_webview/common/aw_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698