| Index: chrome/browser/profile_manager.cc
|
| ===================================================================
|
| --- chrome/browser/profile_manager.cc (revision 53888)
|
| +++ chrome/browser/profile_manager.cc (working copy)
|
| @@ -191,9 +191,6 @@
|
| profiles_.insert(profiles_.end(), profile);
|
| if (init_extensions)
|
| profile->InitExtensions();
|
| - const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
| - if (!command_line.HasSwitch(switches::kDisableWebResources))
|
| - profile->InitWebResources();
|
| return true;
|
| }
|
|
|
|
|