| 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(
|
|
|