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

Unified Diff: chrome/browser/chrome_browser_main_win.cc

Issue 1547793004: Make gpu black list work again on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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_win.cc
diff --git a/chrome/browser/chrome_browser_main_win.cc b/chrome/browser/chrome_browser_main_win.cc
index 139d8b90d6f0ce215da3fe570a7383acdc6514dc..80f0a5acaad06eb5faf7553115f7d886ced9860b 100644
--- a/chrome/browser/chrome_browser_main_win.cc
+++ b/chrome/browser/chrome_browser_main_win.cc
@@ -318,8 +318,8 @@ void ChromeBrowserMainPartsWin::PreMainMessageLoopStart() {
}
}
-int ChromeBrowserMainPartsWin::PreCreateThreads() {
- int rv = ChromeBrowserMainParts::PreCreateThreads();
+int ChromeBrowserMainPartsWin::PreCreateThreadsBegin() {
+ int rv = ChromeBrowserMainParts::PreCreateThreadsBegin();
// TODO(viettrungluu): why don't we run this earlier?
if (!parsed_command_line().HasSwitch(switches::kNoErrorDialogs) &&

Powered by Google App Engine
This is Rietveld 408576698