| Index: chrome/browser/content_settings/tab_specific_content_settings.cc
|
| ===================================================================
|
| --- chrome/browser/content_settings/tab_specific_content_settings.cc (revision 142907)
|
| +++ 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;
|
|
|