Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(555)

Unified Diff: chrome/common/common_param_traits.cc

Issue 10577028: Move the mixed scripting infobar to a page action icon / content setting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/common_param_traits.cc
===================================================================
--- chrome/common/common_param_traits.cc (revision 143396)
+++ chrome/common/common_param_traits.cc (working copy)
@@ -92,6 +92,9 @@
case CONTENT_SETTINGS_TYPE_INTENTS:
setting_type = "CONTENT_SETTINGS_TYPE_INTENTS";
break;
+ case CONTENT_SETTINGS_TYPE_MIXEDSCRIPT:
+ setting_type = "CONTENT_SETTINGS_TYPE_MIXEDSCRIPT";
+ break;
default:
setting_type = "UNKNOWN";
break;
« no previous file with comments | « chrome/browser/ui/webui/options2/content_settings_handler2.cc ('k') | chrome/common/content_settings_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698