diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-28 20:41:17 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-28 20:41:17 +0000 |
commit | 43697beaf68c2da90b7ea24838035c88e757af75 (patch) | |
tree | 7710ae9867c8e238e184e1b02ea5c9e27a30eeef /chrome/browser/browser_resources.grd | |
parent | fae20799882ef797ae9cb5a169c3a60680fa66c2 (diff) | |
download | chromium_src-43697beaf68c2da90b7ea24838035c88e757af75.zip chromium_src-43697beaf68c2da90b7ea24838035c88e757af75.tar.gz chromium_src-43697beaf68c2da90b7ea24838035c88e757af75.tar.bz2 |
Standardize on the plugin icon (puzzle piece) as the default icon for
install dialogs and the management ui page.
Also changed the margins on the body to match the download page and
the history page so it doesn't look as bad when you switch between them.
TEST=Install an extension without an icon and you should see the puzzle
piece icon in the install dialog.
TEST=Open the chrome://extensions page and you should see the same icon
in the top left corner.
BUG=25906
Review URL: http://codereview.chromium.org/344014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30384 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_resources.grd')
-rw-r--r-- | chrome/browser/browser_resources.grd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd index bb0241c..134adae 100644 --- a/chrome/browser/browser_resources.grd +++ b/chrome/browser/browser_resources.grd @@ -54,7 +54,6 @@ without changes to the corresponding grd file. ek --> <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_DEFAULT_EXTENSION_ICON_128" file="resources\default_extension_icon_128.png" type="BINDATA" /> <include name="IDR_NOTIFICATION_HTML" file="resources\notification.html" type="BINDATA" /> </includes> </release> |