diff options
author | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-17 18:04:47 +0000 |
---|---|---|
committer | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-17 18:04:47 +0000 |
commit | 80d4aeaebaf149c5ba113f9133fd0e067d7e321d (patch) | |
tree | 9525850ce740fca5584385674043482a93374ce8 /ui | |
parent | 2b5f8edb264918e897ee7d1e0847d0ffbfeb6b70 (diff) | |
download | chromium_src-80d4aeaebaf149c5ba113f9133fd0e067d7e321d.zip chromium_src-80d4aeaebaf149c5ba113f9133fd0e067d7e321d.tar.gz chromium_src-80d4aeaebaf149c5ba113f9133fd0e067d7e321d.tar.bz2 |
Improve large tab strip by leveraging touch icons when present.
BUG=none
TEST=TemplateURLParserTest.TestDictionary, TestMSDN, TestWikipedia (as per sadrul)
Note: testing with mobile user-agent will also yield better results: --user-agent=iPhone or similar mobile
Review URL: http://codereview.chromium.org/7065052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89512 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r-- | ui/gfx/favicon_size.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/gfx/favicon_size.h b/ui/gfx/favicon_size.h index b267d96..b7c9946 100644 --- a/ui/gfx/favicon_size.h +++ b/ui/gfx/favicon_size.h @@ -9,11 +9,7 @@ #include "base/compiler_specific.h" // Size (along each axis) of the favicon. -#if defined(TOUCH_UI) -const int kFaviconSize = 32; -#else const int kFaviconSize = 16; -#endif // If the width or height is bigger than the favicon size, a new width/height // is calculated and returned in width/height that maintains the aspect |