Chromium Code Reviews| Index: chrome/browser/profiles/profile_manager.cc |
| =================================================================== |
| --- chrome/browser/profiles/profile_manager.cc (revision 74703) |
| +++ chrome/browser/profiles/profile_manager.cc (working copy) |
| @@ -179,7 +179,7 @@ |
| profile->InitExtensions(); |
| const CommandLine& command_line = *CommandLine::ForCurrentProcess(); |
| if (!command_line.HasSwitch(switches::kDisableWebResources)) |
| - profile->InitWebResources(); |
| + profile->InitPromoResources(); |
| return true; |
| } |