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

Unified Diff: android_webview/native/aw_contents.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 | « android_webview/common/aw_switches.cc ('k') | android_webview/renderer/aw_content_renderer_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/aw_contents.cc
diff --git a/android_webview/native/aw_contents.cc b/android_webview/native/aw_contents.cc
index b98b55728a2ebc48582c7148af1f09f2a6e5138e..77e35efbe3cba8f86c7d48bec6d05404d65fc5ae 100644
--- a/android_webview/native/aw_contents.cc
+++ b/android_webview/native/aw_contents.cc
@@ -173,9 +173,7 @@ AwContents::AwContents(std::unique_ptr<WebContents> web_contents)
: functor_(nullptr),
browser_view_renderer_(
this,
- BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI),
- base::CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kDisablePageVisibility)),
+ BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI)),
web_contents_(std::move(web_contents)),
renderer_manager_key_(GLViewRendererManager::GetInstance()->NullKey()) {
base::subtle::NoBarrier_AtomicIncrement(&g_instance_count, 1);
« no previous file with comments | « android_webview/common/aw_switches.cc ('k') | android_webview/renderer/aw_content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698