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

Unified Diff: app/resources/app_resources.grd

Issue 259004: First cut at badge implementation. Right now it just uses static (Closed)
Patch Set: cleanup Created 11 years, 3 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: app/resources/app_resources.grd
diff --git a/app/resources/app_resources.grd b/app/resources/app_resources.grd
index 9bf6b54bf578bd66986cdef26e214e34da132b3c..7f62b8e45bc350f72a6c460d1e684ac18b06de4c 100644
--- a/app/resources/app_resources.grd
+++ b/app/resources/app_resources.grd
@@ -111,6 +111,11 @@
<include name="IDR_MENU_DROPARROW" file="menu_droparrow.png" type="BINDATA" />
<include name="IDR_MENU_CHECK" file="menu_check.png" type="BINDATA" />
<include name="IDR_MENU_ARROW" file="menu_arrow.png" type="BINDATA" />
+
+ <!-- Extension browser action badge -->
+ <include name="IDR_BROWSER_ACTION_BADGE_LEFT" file="browser_action_badge_left.png" type="BINDATA" />
+ <include name="IDR_BROWSER_ACTION_BADGE_RIGHT" file="browser_action_badge_right.png" type="BINDATA" />
+ <include name="IDR_BROWSER_ACTION_BADGE_CENTER" file="browser_action_badge_center.png" type="BINDATA" />
<include name="IDR_GLEN" file="linux_close_glen.png" type="BINDATA" />
</includes>
« no previous file with comments | « no previous file | app/resources/browser_action_badge_center.png » ('j') | chrome/browser/views/browser_actions_container.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698