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

Unified Diff: android_webview/browser/aw_content_browser_client.cc

Issue 1913723002: aw: Remove kDisablePageVisibility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | android_webview/browser/browser_view_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_content_browser_client.cc
diff --git a/android_webview/browser/aw_content_browser_client.cc b/android_webview/browser/aw_content_browser_client.cc
index c69540770e04963821bd3943bfa1b997fdad74b3..584122ee25ed7f9ac2f90ff9f769c5eaa7ff4f8f 100644
--- a/android_webview/browser/aw_content_browser_client.cc
+++ b/android_webview/browser/aw_content_browser_client.cc
@@ -277,14 +277,6 @@ void AwContentBrowserClient::AppendExtraCommandLineSwitches(
// The only kind of a child process WebView can have is renderer.
DCHECK_EQ(switches::kRendererProcess,
command_line->GetSwitchValueASCII(switches::kProcessType));
-
- const base::CommandLine& browser_command_line =
- *base::CommandLine::ForCurrentProcess();
- static const char* const kCommonSwitchNames[] = {
- switches::kDisablePageVisibility,
- };
- command_line->CopySwitchesFrom(browser_command_line, kCommonSwitchNames,
- arraysize(kCommonSwitchNames));
}
}
« no previous file with comments | « no previous file | android_webview/browser/browser_view_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698