| Index: chrome/browser/cocoa/content_exceptions_window_controller.mm
|
| diff --git a/chrome/browser/cocoa/content_exceptions_window_controller.mm b/chrome/browser/cocoa/content_exceptions_window_controller.mm
|
| index 6d0c177a936d9602e3dc353ea779b67d549cd637..f8ab91d9b8cea4649631b9ea01ebf0f7ca78193a 100644
|
| --- a/chrome/browser/cocoa/content_exceptions_window_controller.mm
|
| +++ b/chrome/browser/cocoa/content_exceptions_window_controller.mm
|
| @@ -178,8 +178,8 @@ static ContentExceptionsWindowController*
|
| model_.reset(new ContentExceptionsTableModel(
|
| settingsMap_, otrSettingsMap_, settingsType_));
|
| showSession_ = settingsType_ == CONTENT_SETTINGS_TYPE_COOKIES;
|
| - disableCookiePrompt_ = CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kDisableCookiePrompt);
|
| + disableCookiePrompt_ = !CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kEnableCookiePrompt);
|
| otrAllowed_ = otrSettingsMap != NULL;
|
| tableObserver_.reset(new UpdatingContentSettingsObserver(self));
|
| updatesEnabled_ = YES;
|
|
|