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 |