| Index: chrome/browser/views/options/content_filter_page_view.cc
|
| diff --git a/chrome/browser/views/options/content_filter_page_view.cc b/chrome/browser/views/options/content_filter_page_view.cc
|
| index 0f3261e4dffd84f3ffe084540eb5cc141046c68e..222f0b040d6f03be392ab76b5835ed83b3f1b42f 100644
|
| --- a/chrome/browser/views/options/content_filter_page_view.cc
|
| +++ b/chrome/browser/views/options/content_filter_page_view.cc
|
| @@ -103,8 +103,8 @@ void ContentFilterPageView::InitControlLayout() {
|
| DCHECK_EQ(arraysize(kAskIDs),
|
| static_cast<size_t>(CONTENT_SETTINGS_NUM_TYPES));
|
| if (content_type_ != CONTENT_SETTINGS_TYPE_COOKIES ||
|
| - !CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kDisableCookiePrompt)) {
|
| + CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kEnableCookiePrompt)) {
|
| if (kAskIDs[content_type_] != 0) {
|
| ask_radio_ = new views::RadioButton(
|
| l10n_util::GetString(kAskIDs[content_type_]), radio_button_group);
|
|
|