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

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

Issue 9500003: Add a button to exit managed mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 8 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/managed_mode.h » ('j') | chrome/browser/ui/webui/ntp/ntp_login_handler.cc » ('J')
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 4a2d3988977046556df97e25d0dbd984848a92a6..a091b4a766055ecaacf4297096ee47c0d32146ed 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -355,6 +355,12 @@
<include name="IDR_CONTROLLED_SETTING_RECOMMENDED_GRAY" file="controlled_setting_recommended_gray.png" type="BINDATA" />
<include name="IDR_CONTROLLED_SETTING_RECOMMENDED" file="controlled_setting_recommended.png" type="BINDATA" />
<include name="IDR_CONTROLLED_SETTING_RECOMMENDED_LARGE" file="controlled_setting_recommended_large.png" type="BINDATA" />
+ <if expr="not is_macosx">
+ <include name="IDR_MANAGED_MODE_AVATAR" file="managed_mode_avatar.png" type="BINDATA" />
+ </if>
+ <if expr="is_macosx">
+ <include name="IDR_MANAGED_MODE_AVATAR" file="managed_mode_avatar_mac.png" type="BINDATA" />
+ </if>
<if expr="pp_ifdef('_google_chrome')">
<include name="IDR_WEBSTORE_ICON" file="google_chrome/webstore_icon.png" type="BINDATA" />
<include name="IDR_WEBSTORE_ICON_16" file="google_chrome/webstore_icon_16.png" type="BINDATA" />
« no previous file with comments | « no previous file | chrome/browser/managed_mode.h » ('j') | chrome/browser/ui/webui/ntp/ntp_login_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698