| Index: chrome/browser/profile_impl.h
|
| diff --git a/chrome/browser/profile_impl.h b/chrome/browser/profile_impl.h
|
| index efa00c1ef7499feb625f1dd87f04de01868a1b08..7b926e6114ba89bf5bffe60579e333c4335bcf5f 100644
|
| --- a/chrome/browser/profile_impl.h
|
| +++ b/chrome/browser/profile_impl.h
|
| @@ -151,6 +151,9 @@ class ProfileImpl : public Profile,
|
| GetSessionService();
|
| }
|
|
|
| + void RegisterComponentExtensions();
|
| + void InstallDefaultApps();
|
| +
|
| NotificationRegistrar registrar_;
|
| PrefChangeRegistrar pref_change_registrar_;
|
|
|
|
|