| Index: content/browser/android/browser_startup_controller.h
|
| diff --git a/content/browser/android/browser_startup_controller.h b/content/browser/android/browser_startup_controller.h
|
| index a7f05c9ce3a70a0ef0a4d0b9e3de816d82cb6eaa..14b659df737caccf9d6999fd80d007c7845b0f11 100644
|
| --- a/content/browser/android/browser_startup_controller.h
|
| +++ b/content/browser/android/browser_startup_controller.h
|
| @@ -11,6 +11,7 @@ namespace content {
|
|
|
| bool BrowserMayStartAsynchronously();
|
| void BrowserStartupComplete(int result);
|
| +bool StartGpuProcessOnBrowserStartup();
|
|
|
| bool RegisterBrowserStartupController(JNIEnv* env);
|
|
|
|
|