| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 402a7c3d006434545b7181c28c5b38867e17a750..93cbcd3c5616121d91715304cf4b74c4a819a88f 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -1077,8 +1077,7 @@ int BrowserMainLoop::BrowserThreadsStarted() {
|
| }
|
| #endif
|
| #elif defined(OS_ANDROID)
|
| - // TODO(crbug.com/439322): This should be set to |true|.
|
| - established_gpu_channel = false;
|
| + established_gpu_channel = true;
|
| BrowserGpuChannelHostFactory::Initialize(established_gpu_channel);
|
| #endif
|
|
|
|
|