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

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

Issue 301063003: Resized the icon in the Uninstall dialog to be 64x64 px (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated the Install dialog icon as well Created 6 years, 7 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_prompt.cc
diff --git a/chrome/browser/extensions/extension_install_prompt.cc b/chrome/browser/extensions/extension_install_prompt.cc
index 809b01a6548fd0649773bad1c0b3b390a82107d4..14bbe8c7f639be874e6e3d064b7f7869242041c1 100644
--- a/chrome/browser/extensions/extension_install_prompt.cc
+++ b/chrome/browser/extensions/extension_install_prompt.cc
@@ -120,7 +120,7 @@ static const int
};
// Size of extension icon in top left of dialog.
-const int kIconSize = 69;
+const int kIconSize = 64;
// Returns pixel size under maximal scale factor for the icon whose device
// independent size is |size_in_dip|

Powered by Google App Engine
This is Rietveld 408576698