| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 502d257a9e86bdcd740737a23a83a1f81f10a3e4..1ee5f252e16f78b8532a944e05d94acdd8ca5a4d 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -149,6 +149,9 @@ class ProfileImpl : public Profile,
|
|
|
| void InitHostZoomMap();
|
|
|
| + // The installation of any pre-defined protocol handlers.
|
| + void InstallFixedProtocolHandlers();
|
| +
|
| // Does final prefs initialization and calls Init().
|
| void OnPrefsLoaded(bool success);
|
|
|
|
|