diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-11 21:27:29 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-11 21:27:29 +0000 |
commit | 6c8dcc3cb5d7f6b0523fd44b6a72aa42b911a575 (patch) | |
tree | 75d5590c946b5fb22f240fa1e7c5510be522fd87 /chrome/browser/extensions/extensions_ui.cc | |
parent | 01c675be13a4a6acf13c2e41d45aac9f66975c11 (diff) | |
download | chromium_src-6c8dcc3cb5d7f6b0523fd44b6a72aa42b911a575.zip chromium_src-6c8dcc3cb5d7f6b0523fd44b6a72aa42b911a575.tar.gz chromium_src-6c8dcc3cb5d7f6b0523fd44b6a72aa42b911a575.tar.bz2 |
Switch to the new extensions default icon.
BUG=27399
TEST=Extensions without an icon now have a light-blue
puzzle-piece icon when installing/uninstalling them
and when listing them on chrome://extensions.
Review URL: http://codereview.chromium.org/384055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31713 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extensions_ui.cc')
-rw-r--r-- | chrome/browser/extensions/extensions_ui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extensions_ui.cc b/chrome/browser/extensions/extensions_ui.cc index 867a7e8..70c9fa1 100644 --- a/chrome/browser/extensions/extensions_ui.cc +++ b/chrome/browser/extensions/extensions_ui.cc @@ -164,7 +164,7 @@ void ExtensionsDOMHandler::IconLoader::LoadIconsOnFileThread( // If there's no icon, default to the puzzle icon. This is safe to do from // the file thread. file_contents = ResourceBundle::GetSharedInstance().GetDataResource( - IDR_INFOBAR_PLUGIN_INSTALL); + IDR_EXTENSION_DEFAULT_ICON); } // If the extension is disabled, we desaturate the icon to add to the |