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

Unified Diff: chrome/browser/content_settings/tab_specific_content_settings.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/browser/content_settings/tab_specific_content_settings.cc
===================================================================
--- chrome/browser/content_settings/tab_specific_content_settings.cc (revision 143396)
+++ chrome/browser/content_settings/tab_specific_content_settings.cc (working copy)
@@ -199,7 +199,8 @@
content_type == CONTENT_SETTINGS_TYPE_JAVASCRIPT ||
content_type == CONTENT_SETTINGS_TYPE_PLUGINS ||
content_type == CONTENT_SETTINGS_TYPE_COOKIES ||
- content_type == CONTENT_SETTINGS_TYPE_POPUPS)
+ content_type == CONTENT_SETTINGS_TYPE_POPUPS ||
+ content_type == CONTENT_SETTINGS_TYPE_MIXEDSCRIPT)
return content_blocked_[content_type];
return false;

Powered by Google App Engine
This is Rietveld 408576698