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

Unified Diff: ui/resources/ui_resources_large.grd

Issue 9187061: Preliminary implementation of Google-style dialogs in ash::internal::DialogFrameView (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 11 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: ui/resources/ui_resources_large.grd
diff --git a/ui/resources/ui_resources_large.grd b/ui/resources/ui_resources_large.grd
index 3fe68f6d169c87a4e7a279241e2347d296c76ae1..de8f9d7134fe65d0233dbc0dda325c37b8869ca4 100644
--- a/ui/resources/ui_resources_large.grd
+++ b/ui/resources/ui_resources_large.grd
@@ -12,7 +12,7 @@
<release seq="1">
<includes>
<!-- KEEP THESE IN ALPHABETICAL ORDER AND SYNCHRONIZED WITH
- theme_resources_standard.grd. THIS MEANS THAT EACH ICON IN THIS FILE
+ ui_resources_standard.grd. THIS MEANS THAT EACH ICON IN THIS FILE
MUST HAVE AN EQUIVALENT ICON IN THE OTHER FILE.-->
<include name="IDR_BUBBLE_B" file="large_bubble_b.png" type="BINDATA" />
<include name="IDR_BUBBLE_BL" file="large_bubble_bl.png" type="BINDATA" />
@@ -35,6 +35,11 @@
<include name="IDR_BUBBLE_SHADOW_T" file="large_bubble_shadow_t.png" type="BINDATA" />
<include name="IDR_BUBBLE_SHADOW_TL" file="large_bubble_shadow_tl.png" type="BINDATA" />
<include name="IDR_BUBBLE_SHADOW_TR" file="large_bubble_shadow_tr.png" type="BINDATA" />
+
+ <include name="IDR_CLOSE_BAR" file="large_close_bar.png" type="BINDATA" />
+ <include name="IDR_CLOSE_BAR_H" file="large_close_bar_h.png" type="BINDATA" />
+ <include name="IDR_CLOSE_BAR_MASK" file="large_close_bar_mask.png" type="BINDATA" />
+ <include name="IDR_CLOSE_BAR_P" file="large_close_bar_p.png" type="BINDATA" />
</includes>
</release>
</grit>

Powered by Google App Engine
This is Rietveld 408576698