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; |
} |