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

Unified Diff: chrome/browser/extensions/extension_install_ui.cc

Issue 344014: Standardize on the plugin icon (puzzle piece) as the default icon for... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 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/extensions/extension_install_ui.cc
===================================================================
--- chrome/browser/extensions/extension_install_ui.cc (revision 30284)
+++ chrome/browser/extensions/extension_install_ui.cc (working copy)
@@ -20,6 +20,7 @@
#include "grit/browser_resources.h"
#include "grit/chromium_strings.h"
#include "grit/generated_resources.h"
+#include "grit/theme_resources.h"
#if defined(TOOLKIT_GTK)
#include "chrome/browser/extensions/gtk_theme_installed_infobar_delegate.h"
@@ -109,7 +110,7 @@
if (!install_icon) {
install_icon = ResourceBundle::GetSharedInstance().GetBitmapNamed(
- IDR_DEFAULT_EXTENSION_ICON_128);
+ IDR_EXTENSIONS_SECTION);
}
ShowExtensionInstallPrompt(profile_, delegate, extension, install_icon,

Powered by Google App Engine
This is Rietveld 408576698