| Index: chrome/browser/content_settings/cookie_settings.cc
|
| diff --git a/chrome/browser/content_settings/cookie_settings.cc b/chrome/browser/content_settings/cookie_settings.cc
|
| index e34a56e9a1922a7fb0e6c7dd18394459eef7740c..66d3b6a66ea42e2694f01cda81933cf816752aac 100644
|
| --- a/chrome/browser/content_settings/cookie_settings.cc
|
| +++ b/chrome/browser/content_settings/cookie_settings.cc
|
| @@ -76,6 +76,10 @@ bool CookieSettings::Factory::ServiceRedirectedInIncognito() const {
|
| return true;
|
| }
|
|
|
| +bool CookieSettings::Factory::ServiceIsNULLOnImportProcess() const {
|
| + return false;
|
| +}
|
| +
|
| scoped_refptr<RefcountedProfileKeyedService>
|
| CookieSettings::Factory::BuildServiceInstanceFor(Profile* profile) const {
|
| return new CookieSettings(profile->GetHostContentSettingsMap(),
|
|
|