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

Unified Diff: chrome/app/theme/theme_resources.grd

Issue 8789017: Add icons for Protector. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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
« no previous file with comments | « chrome/app/theme/protector_search_menu.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/theme/theme_resources.grd
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index 05c9cff23eea55b4e77ab23edb464c4cfd3a3294..ebf649dedd34a0d65c05bfd84e860ddf9cfbdaa9 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -130,6 +130,9 @@
<include name="IDR_FULLSCREEN_MENU_BUTTON" file="fullscreen_menu_button.png" type="BINDATA" />
<include name="IDR_GEOLOCATION_ALLOWED_LOCATIONBAR_ICON" file="geolocation_allowed_locationbar_icon.png" type="BINDATA" />
<include name="IDR_GEOLOCATION_DENIED_LOCATIONBAR_ICON" file="geolocation_denied_locationbar_icon.png" type="BINDATA" />
+ <include name="IDR_HOMEPAGE_CHANGE_ALERT" file="protector_home_alert.png" type="BINDATA" />
+ <include name="IDR_HOMEPAGE_CHANGE_BADGE" file="protector_home_badge.png" type="BINDATA" />
+ <include name="IDR_HOMEPAGE_CHANGE_MENU" file="protector_home_menu.png" type="BINDATA" />
<if expr="is_win">
<include name="IDR_INCOMPATIBILITY_DOT_ACTIVE" file="incompatibility_dot_active.png" type="BINDATA" />
<include name="IDR_INCOMPATIBILITY_DOT_INACTIVE" file="incompatibility_dot_inactive.png" type="BINDATA" />
@@ -263,6 +266,9 @@
<include name="IDR_PROFILE_EDIT_HOVER" file="profile_edit_hover.png" type="BINDATA" />
<include name="IDR_PROFILE_EDIT_PRESSED" file="profile_edit_pressed.png" type="BINDATA" />
<include name="IDR_PROFILE_SELECTED" file="profile_selected.png" type="BINDATA" />
+ <include name="IDR_SEARCH_ENGINE_CHANGE_ALERT" file="protector_search_alert.png" type="BINDATA" />
whywhat 2011/12/05 20:15:49 nit: I'd prefix all resource names with IDR_PROTEC
Ivan Korotkov 2011/12/06 09:27:19 They are not prefixed in strings, so I'd like to k
+ <include name="IDR_SEARCH_ENGINE_CHANGE_BADGE" file="protector_search_badge.png" type="BINDATA" />
+ <include name="IDR_SEARCH_ENGINE_CHANGE_MENU" file="protector_search_menu.png" type="BINDATA" />
<include name="IDR_RESTORE_BUTTON_MASK" file="restore_button_mask.png" type="BINDATA" />
<include name="IDR_SAD_TAB" file="sadtab.png" type="BINDATA" />
<include name="IDR_SAFEBROWSING_WARNING" file="safebrowsing_warning.png" type="BINDATA" />
« no previous file with comments | « chrome/app/theme/protector_search_menu.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698