Chromium Code Reviews| Index: chrome/browser/profiles/profile_manager.cc |
| diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc |
| index 83772f1a8ff5461f21f243e8220d095ae69ec15e..33df46f3c3c7c5f5d5c3087aaf69f641af4ec994 100644 |
| --- a/chrome/browser/profiles/profile_manager.cc |
| +++ b/chrome/browser/profiles/profile_manager.cc |
| @@ -175,6 +175,7 @@ bool ProfileManager::AddProfile(Profile* profile, bool init_extensions) { |
| } |
| profiles_.insert(profiles_.end(), profile); |
| + profile->InitRegisteredProtocolHandlers(); |
|
tony
2011/02/07 20:51:45
Can we do this Init in the Profile() constructor?
koz (OOO until 15th September)
2011/02/13 22:33:48
Yep, done.
|
| if (init_extensions) |
| profile->InitExtensions(); |
| const CommandLine& command_line = *CommandLine::ForCurrentProcess(); |