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

Unified Diff: chrome/browser/resources/shared_resources.grd

Issue 9625006: Implement new overlay style for options pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with master. Created 8 years, 9 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/resources/shared_resources.grd
diff --git a/chrome/browser/resources/shared_resources.grd b/chrome/browser/resources/shared_resources.grd
index 96d9f3da6dfa17eccd4f11643ee994809a00c3b6..629315cda50dcff92ad2f94008d7f3290ffc0d41 100644
--- a/chrome/browser/resources/shared_resources.grd
+++ b/chrome/browser/resources/shared_resources.grd
@@ -68,6 +68,10 @@ without changes to the corresponding grd file. -->
file="shared/images/throbber.svg" type="BINDATA" />
<include name="IDR_SHARED_IMAGES_TRASH"
file="shared/images/trash.png" type="BINDATA" />
+ <include name="IDR_SHARED_IMAGES_X"
+ file="shared/images/x.png" type="BINDATA" />
+ <include name="IDR_SHARED_IMAGES_X_HOVER"
+ file="shared/images/x-hover.png" type="BINDATA" />
<include name="IDR_SHARED_JS_CR"
file="shared/js/cr.js" type="BINDATA" />
<include name="IDR_SHARED_JS_CR_COMMAND_LINE"
« no previous file with comments | « chrome/browser/resources/shared/js/cr/ui/overlay.js ('k') | chrome/browser/resources/sync_setup_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698