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

Unified Diff: chrome/browser/chrome_browser_main_extra_parts.h

Issue 1547793004: Make gpu black list work again on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove changes from gpu_info_collector files Created 4 years, 11 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: chrome/browser/chrome_browser_main_extra_parts.h
diff --git a/chrome/browser/chrome_browser_main_extra_parts.h b/chrome/browser/chrome_browser_main_extra_parts.h
index 4ab0e512d888804b6e883f19f7689b7a640b509a..e8a734fc79ef08166e3c4cc918b59018f2e1b9f6 100644
--- a/chrome/browser/chrome_browser_main_extra_parts.h
+++ b/chrome/browser/chrome_browser_main_extra_parts.h
@@ -33,7 +33,8 @@ class ChromeBrowserMainExtraParts {
virtual void PostMainMessageLoopStart() {}
// MainMessageLoopRun methods.
- virtual void PreCreateThreads() {}
+ virtual void PreCreateThreadsBegin() {}
+ virtual void PreCreateThreadsEnd() {}
virtual void PreProfileInit() {}
virtual void PostProfileInit() {}
virtual void PreBrowserStart() {}

Powered by Google App Engine
This is Rietveld 408576698