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

Unified Diff: chrome/browser/web_resource/gpu_blacklist_updater.h

Issue 8670004: Move GPU preliminary info collection back to UI thread. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/web_resource/gpu_blacklist_updater.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/web_resource/gpu_blacklist_updater.h
===================================================================
--- chrome/browser/web_resource/gpu_blacklist_updater.h (revision 111230)
+++ chrome/browser/web_resource/gpu_blacklist_updater.h (working copy)
@@ -12,8 +12,8 @@
public:
GpuBlacklistUpdater();
- // Initialize GpuDataManager, and post a SetupOnUIThread task.
- static void SetupOnFileThread();
+ // Initialize GpuDataManager.
+ static void Setup();
// URL of the up-to-date gpu_blacklist.json file.
static const char* kDefaultGpuBlacklistURL;
@@ -23,9 +23,6 @@
virtual void Unpack(const base::DictionaryValue& parsed_json) OVERRIDE;
- // Initialize GpuBlacklistUpdater and schedule an auto update.
- static void SetupOnUIThread();
-
void InitializeGpuBlacklist();
void UpdateGpuBlacklist(
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/web_resource/gpu_blacklist_updater.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698