| Index: chrome/browser/cocoa/content_settings_dialog_controller.mm
|
| diff --git a/chrome/browser/cocoa/content_settings_dialog_controller.mm b/chrome/browser/cocoa/content_settings_dialog_controller.mm
|
| index 5949f098bdb804f8261f9398b7ccc48c53aef857..2befeaff233efc9a2223cd154cf4cd3302d715e8 100644
|
| --- a/chrome/browser/cocoa/content_settings_dialog_controller.mm
|
| +++ b/chrome/browser/cocoa/content_settings_dialog_controller.mm
|
| @@ -125,8 +125,8 @@ class PrefObserverDisabler {
|
|
|
| - (id)initWithProfile:(Profile*)profile {
|
| DCHECK(profile);
|
| - disableCookiePrompt_ = CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kDisableCookiePrompt);
|
| + disableCookiePrompt_ = !CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kEnableCookiePrompt);
|
| NSString* nibpath =
|
| [mac_util::MainAppBundle() pathForResource:@"ContentSettings"
|
| ofType:@"nib"];
|
|
|