summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_resources.grd
diff options
context:
space:
mode:
authorjohnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-19 01:02:46 +0000
committerjohnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-19 01:02:46 +0000
commit764627b3152582d2fa16168e1756ed3e83941c74 (patch)
treec1d12ede4de250fe51a02412a53c04e05d42817d /chrome/browser/browser_resources.grd
parent61a2f212908058f456c931c7e7e261fd6cd185bb (diff)
downloadchromium_src-764627b3152582d2fa16168e1756ed3e83941c74.zip
chromium_src-764627b3152582d2fa16168e1756ed3e83941c74.tar.gz
chromium_src-764627b3152582d2fa16168e1756ed3e83941c74.tar.bz2
Instead of using a single template file and leaving some parts of it out, use template files for each configuration. this allows for better presentation of small notifications without a lot of empty space.
BUG=36081 TEST=create notification with a short string Review URL: http://codereview.chromium.org/628010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39409 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_resources.grd')
-rw-r--r--chrome/browser/browser_resources.grd4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
index 8c778b7..839eea1 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -58,7 +58,9 @@ without changes to the corresponding grd file. -->
<include name="IDR_SYNC_SETUP_DONE_HTML" file="sync\resources\setup_done.html" flattenhtml="true" type="BINDATA" />
<include name="IDR_BLACKLIST_HTML" file="resources\privacy_blacklist_block.html" flattenhtml="true" type="BINDATA" />
<include name="IDR_BLACKLIST_IMAGE" file="resources\privacy_blacklist_block.png" type="BINDATA" />
- <include name="IDR_NOTIFICATION_HTML" file="resources\notification.html" type="BINDATA" />
+ <include name="IDR_NOTIFICATION_ICON_HTML" file="resources\notification_icon.html" type="BINDATA" />
+ <include name="IDR_NOTIFICATION_2LINE_HTML" file="resources\notification_2line.html" type="BINDATA" />
+ <include name="IDR_NOTIFICATION_1LINE_HTML" file="resources\notification_1line.html" type="BINDATA" />
</includes>
</release>
</grit>