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

Unified Diff: android_webview/lib/main/aw_main_delegate.cc

Issue 12356002: [NOT FOR COMMIT] Hacks to merge render compositor thread with UI thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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
Index: android_webview/lib/main/aw_main_delegate.cc
diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc
index aa220ea8cb0973dfdd8099c33b9340eb6d34f780..07dd5e2f7db80fe43ddea212c0484316a2598958 100644
--- a/android_webview/lib/main/aw_main_delegate.cc
+++ b/android_webview/lib/main/aw_main_delegate.cc
@@ -28,9 +28,9 @@ AwMainDelegate::~AwMainDelegate() {
bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
content::SetContentClient(&content_client_);
- CommandLine* command_line = CommandLine::ForCurrentProcess();
+ // CommandLine* command_line = CommandLine::ForCurrentProcess();
// Set the command line to enable synchronous API compatibility.
- command_line->AppendSwitch(switches::kEnableWebViewSynchronousAPIs);
+ // command_line->AppendSwitch(switches::kEnableWebViewSynchronousAPIs);
return false;
}

Powered by Google App Engine
This is Rietveld 408576698