Index: chrome/browser/ui/webui/options/content_settings_handler.cc |
diff --git a/chrome/browser/ui/webui/options/content_settings_handler.cc b/chrome/browser/ui/webui/options/content_settings_handler.cc |
index 5950d8566a18c44fbe0e29fdbbd9bb8e0b3b4985..c8ad7a67e35e38b93514066e76a6b1261352e4de 100644 |
--- a/chrome/browser/ui/webui/options/content_settings_handler.cc |
+++ b/chrome/browser/ui/webui/options/content_settings_handler.cc |
@@ -460,6 +460,9 @@ void ContentSettingsHandler::GetLocalizedValues( |
localized_strings->SetBoolean( |
"enable_web_intents", |
web_intents::IsWebIntentsEnabledForProfile(profile)); |
+ |
+ localized_strings->SetBoolean("newContentSettings", |
+ CommandLine::ForCurrentProcess()->HasSwitch(switches::kContentSettings2)); |
} |
void ContentSettingsHandler::InitializeHandler() { |