Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Unified Diff: content/browser/android/browser_startup_controller.h

Issue 1936353002: Add a flag to not start GPU process on browser startup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix ContentShellTestApk Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698