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

Unified Diff: content/browser/browser_main_loop.cc

Issue 777303004: Android: Don't spin up GPU process early (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_main_loop.cc
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
index 1d65b3b2a794374d4ac8e26f145da331fac0dcef..210883182e2fe846790a82b5e61b4e0fa9318f63 100644
--- a/content/browser/browser_main_loop.cc
+++ b/content/browser/browser_main_loop.cc
@@ -1032,7 +1032,8 @@ int BrowserMainLoop::BrowserThreadsStarted() {
}
#endif
#elif defined(OS_ANDROID)
- established_gpu_channel = true;
+ // TODO(crbug.com/439322): This should be set to |true|.
+ established_gpu_channel = false;
BrowserGpuChannelHostFactory::Initialize(established_gpu_channel);
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698