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

Unified Diff: content/browser/browser_main_loop.cc

Issue 10911315: Move gpu blacklist data file to content side. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 3 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/browser_main_loop.cc
===================================================================
--- content/browser/browser_main_loop.cc (revision 156701)
+++ content/browser/browser_main_loop.cc (working copy)
@@ -652,9 +652,9 @@
// RDH needs the IO thread to be created.
resource_dispatcher_host_.reset(new ResourceDispatcherHostImpl());
- // Start the GpuDataManager before we set up the MessageLoops because
+ // Initialize the GpuDataManager before we set up the MessageLoops because
// otherwise we'll trigger the assertion about doing IO on the UI thread.
- content::GpuDataManager::GetInstance();
+ content::GpuDataManager::GetInstance()->Initialize();
#endif // !OS_IOS
#if defined(ENABLE_INPUT_SPEECH)

Powered by Google App Engine
This is Rietveld 408576698