| Index: chrome/browser/content_setting_bubble_model.cc
|
| diff --git a/chrome/browser/content_setting_bubble_model.cc b/chrome/browser/content_setting_bubble_model.cc
|
| index 5c9c7e3be3f2f421bff329878c79b4f67d738a86..88bb04defe4f0d64081fba4ac57250c918d3f456 100644
|
| --- a/chrome/browser/content_setting_bubble_model.cc
|
| +++ b/chrome/browser/content_setting_bubble_model.cc
|
| @@ -75,8 +75,8 @@ class ContentSettingTitleLinkAndInfoModel
|
| Profile* profile,
|
| ContentSettingsType content_type)
|
| : ContentSettingTitleAndLinkModel(tab_contents, profile, content_type) {
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kDisableCookiePrompt))
|
| + if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kEnableCookiePrompt))
|
| SetInfoLink();
|
| }
|
|
|
|
|