| Index: chrome/browser/content_settings/cookie_settings.h
|
| diff --git a/chrome/browser/content_settings/cookie_settings.h b/chrome/browser/content_settings/cookie_settings.h
|
| index 5be1c4ca955510a5e8f06d4c2e4d50d9731a1025..3f97e32997d3080bd21aec202dfb692c1d6ea02b 100644
|
| --- a/chrome/browser/content_settings/cookie_settings.h
|
| +++ b/chrome/browser/content_settings/cookie_settings.h
|
| @@ -122,6 +122,7 @@ class CookieSettings
|
| // |ProfileKeyedBaseFactory| methods:
|
| virtual void RegisterUserPrefs(PrefRegistrySyncable* registry) OVERRIDE;
|
| virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| + virtual bool ServiceIsNULLOnImportProcess() const OVERRIDE;
|
| virtual scoped_refptr<RefcountedProfileKeyedService>
|
| BuildServiceInstanceFor(Profile* profile) const OVERRIDE;
|
| };
|
|
|