| Index: chrome/browser/profile_impl.h
|
| diff --git a/chrome/browser/profile_impl.h b/chrome/browser/profile_impl.h
|
| index b5fd6f8f16ee3ff8b6129cbb19d38669810e58f2..e9115c6132ed5415e6f9390fecd68ad91a196fc6 100644
|
| --- a/chrome/browser/profile_impl.h
|
| +++ b/chrome/browser/profile_impl.h
|
| @@ -19,6 +19,7 @@
|
| #include "chrome/common/notification_registrar.h"
|
|
|
| class PrefService;
|
| +class ExtensionPrefs;
|
|
|
| #if defined(OS_CHROMEOS)
|
| namespace chromeos {
|
| @@ -276,6 +277,10 @@ class ProfileImpl : public Profile,
|
| scoped_ptr<policy::DeviceManagementPolicyProvider>
|
| device_management_policy_provider_;
|
|
|
| + // This is a temporary pointer that contains the ExtensionPrefs until their
|
| + // ownership can be passed off to the ExtensionService.
|
| + scoped_ptr<ExtensionPrefs> tmp_extension_prefs_;
|
| +
|
| #if defined(OS_CHROMEOS)
|
| scoped_ptr<chromeos::Preferences> chromeos_preferences_;
|
|
|
|
|