| Index: chrome/browser/browser_main.cc
|
| ===================================================================
|
| --- chrome/browser/browser_main.cc (revision 76920)
|
| +++ chrome/browser/browser_main.cc (working copy)
|
| @@ -1744,8 +1744,9 @@
|
| // might have shutdown because an update was available.
|
| profile->GetCloudPrintProxyService();
|
|
|
| - // Need to initialize GpuDataManager to load the current GPU blacklist
|
| - // and schedule a GPU blacklist auto update.
|
| + // Need to initialize GpuDataManager to load the current GPU blacklist,
|
| + // collect preliminary GPU info, run through GPU blacklist, and schedule
|
| + // a GPU blacklist auto update.
|
| GpuDataManager* gpu_data_manager = GpuDataManager::GetInstance();
|
| DCHECK(gpu_data_manager);
|
|
|
|
|