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

Unified Diff: content/public/browser/browser_main_parts.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: content/public/browser/browser_main_parts.cc
diff --git a/content/public/browser/browser_main_parts.cc b/content/public/browser/browser_main_parts.cc
index 1394fc13a0623562af4dcc47281e66a6354c7803..afd4344b8a29c3aee5ce61d9b1a83798dc8e8b51 100644
--- a/content/public/browser/browser_main_parts.cc
+++ b/content/public/browser/browser_main_parts.cc
@@ -6,7 +6,7 @@
namespace content {
-int BrowserMainParts::PreCreateThreads() {
+int BrowserMainParts::PreCreateThreadsBegin() {
return 0;
}

Powered by Google App Engine
This is Rietveld 408576698