| 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|
|
|
|