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