| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 93cbcd3c5616121d91715304cf4b74c4a819a88f..402a7c3d006434545b7181c28c5b38867e17a750 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -1077,7 +1077,8 @@
|
| }
|
| #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
|
|
|
|
|