Chromium Code Reviews| Index: chrome/browser/web_resource/gpu_blacklist_updater.cc |
| =================================================================== |
| --- chrome/browser/web_resource/gpu_blacklist_updater.cc (revision 109654) |
| +++ chrome/browser/web_resource/gpu_blacklist_updater.cc (working copy) |
| @@ -114,7 +114,6 @@ |
| GpuBlacklistUpdater* updater = |
| g_browser_process->gpu_blacklist_updater(); |
| DCHECK(updater); |
| - updater->StartAfterDelay(); |
|
Ken Russell (switch to Gerrit)
2011/11/11 20:53:42
Is there a larger code simplification that can be
|
| } |
| void GpuBlacklistUpdater::Unpack(const DictionaryValue& parsed_json) { |