diff options
author | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-12 23:00:24 +0000 |
---|---|---|
committer | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-12 23:00:24 +0000 |
commit | 25244a93e66e11add66883cda665bde981335ffb (patch) | |
tree | 7be58bd424404b3ee4fc074f1a27a009b8fdf656 /ui | |
parent | 49e709fcf0bb293e6b9f3302bc5f4fda8b6e3314 (diff) | |
download | chromium_src-25244a93e66e11add66883cda665bde981335ffb.zip chromium_src-25244a93e66e11add66883cda665bde981335ffb.tar.gz chromium_src-25244a93e66e11add66883cda665bde981335ffb.tar.bz2 |
Refactor FaviconService API to take in a desired pixel size instead of a
desired size in DIP pixels and a desired scale.
BUG=None
TEST=None
Review URL: https://codereview.chromium.org/331163003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282840 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r-- | ui/message_center/message_center_style.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/message_center/message_center_style.h b/ui/message_center/message_center_style.h index 738464c..5d11a3b 100644 --- a/ui/message_center/message_center_style.h +++ b/ui/message_center/message_center_style.h @@ -21,7 +21,6 @@ const int kNotificationIconSize = 80; const int kNotificationImageBorderSize = 10; const int kNotificationPreferredImageWidth = 360; const int kNotificationPreferredImageHeight = 240; -const int kSettingsIconSize = 16; const int kSmallImageSize = 16; const int kSmallImagePadding = 4; |