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

Unified Diff: chrome/browser/ui/content_settings/content_setting_image_model.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/ui/content_settings/content_setting_image_model.cc
===================================================================
--- chrome/browser/ui/content_settings/content_setting_image_model.cc (revision 142907)
+++ chrome/browser/ui/content_settings/content_setting_image_model.cc (working copy)
@@ -53,6 +53,13 @@
IDR_BLOCKED_JAVASCRIPT,
IDR_BLOCKED_PLUGINS,
IDR_BLOCKED_POPUPS,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ IDR_OMNIBOX_HTTPS_INVALID,
Tom Sepez 2012/06/20 04:16:07 Can we stick some COMPILE_ASSERTS here to catch t
Bernhard Bauer 2012/06/20 17:01:43 What we should do here is have a ContentSettingsTy
};
const int ContentSettingBlockedImageModel::kAccessedIconIDs[] = {
@@ -61,6 +68,13 @@
0,
0,
0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
};
const int ContentSettingBlockedImageModel::kBlockedExplanatoryTextIDs[] = {
@@ -69,6 +83,13 @@
0,
0,
IDS_BLOCKED_POPUPS_EXPLANATORY_TEXT,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
};
const int ContentSettingBlockedImageModel::kAccessedExplanatoryTextIDs[] = {
@@ -77,6 +98,13 @@
0,
0,
0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
};
@@ -86,6 +114,13 @@
IDS_BLOCKED_JAVASCRIPT_TITLE,
IDS_BLOCKED_PLUGINS_MESSAGE,
IDS_BLOCKED_POPUPS_TOOLTIP,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ IDS_BLOCKED_DISPLAYING_INSECURE_CONTENT,
};
const int ContentSettingBlockedImageModel::kAccessedTooltipIDs[] = {
@@ -94,6 +129,13 @@
0,
0,
0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
};
ContentSettingBlockedImageModel::ContentSettingBlockedImageModel(

Powered by Google App Engine
This is Rietveld 408576698