| 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..6a98bfa352fce318a2e1a5ca324e075ab781e8f9 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 ShouldStartGpuProcessOnBrowserStartup();
|
|
|
| bool RegisterBrowserStartupController(JNIEnv* env);
|
|
|
|
|