From 57e0650ed34fa8f27b41dbe58f66187b0565300d Mon Sep 17 00:00:00 2001 From: "pkasting@chromium.org" Date: Thu, 12 Jan 2012 01:47:42 +0000 Subject: Newer icons for tab-to-search in the omnibox dropdown. Eliminates the old left-facing arrows, as well as the Mac versions for now (since we're up-in-the-air on how Mac icons will work going forward). BUG=57748 TEST=none TBR=glen Review URL: http://codereview.chromium.org/9190035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117354 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/theme/omnibox_tts.png | Bin 0 -> 1176 bytes chrome/app/theme/omnibox_tts_dark.png | Bin 0 -> 1175 bytes chrome/app/theme/omnibox_tts_keyword.pdf | Bin 12413 -> 0 bytes chrome/app/theme/omnibox_tts_keyword.png | Bin 1037 -> 0 bytes chrome/app/theme/omnibox_tts_keyword_dark.png | Bin 1067 -> 0 bytes chrome/app/theme/omnibox_tts_keyword_selected.png | Bin 1020 -> 0 bytes chrome/app/theme/omnibox_tts_normal.pdf | Bin 13257 -> 0 bytes chrome/app/theme/omnibox_tts_normal.png | Bin 1049 -> 0 bytes chrome/app/theme/omnibox_tts_normal_dark.png | Bin 1061 -> 0 bytes chrome/app/theme/omnibox_tts_normal_selected.png | Bin 1029 -> 0 bytes chrome/app/theme/omnibox_tts_selected.png | Bin 0 -> 1055 bytes chrome/app/theme/theme_resources.grd | 9 +++------ 12 files changed, 3 insertions(+), 6 deletions(-) create mode 100644 chrome/app/theme/omnibox_tts.png create mode 100644 chrome/app/theme/omnibox_tts_dark.png delete mode 100644 chrome/app/theme/omnibox_tts_keyword.pdf delete mode 100644 chrome/app/theme/omnibox_tts_keyword.png delete mode 100644 chrome/app/theme/omnibox_tts_keyword_dark.png delete mode 100644 chrome/app/theme/omnibox_tts_keyword_selected.png delete mode 100644 chrome/app/theme/omnibox_tts_normal.pdf delete mode 100644 chrome/app/theme/omnibox_tts_normal.png delete mode 100644 chrome/app/theme/omnibox_tts_normal_dark.png delete mode 100644 chrome/app/theme/omnibox_tts_normal_selected.png create mode 100644 chrome/app/theme/omnibox_tts_selected.png (limited to 'chrome/app/theme') diff --git a/chrome/app/theme/omnibox_tts.png b/chrome/app/theme/omnibox_tts.png new file mode 100644 index 0000000..1e953f7 Binary files /dev/null and b/chrome/app/theme/omnibox_tts.png differ diff --git a/chrome/app/theme/omnibox_tts_dark.png b/chrome/app/theme/omnibox_tts_dark.png new file mode 100644 index 0000000..ba71ba1 Binary files /dev/null and b/chrome/app/theme/omnibox_tts_dark.png differ diff --git a/chrome/app/theme/omnibox_tts_keyword.pdf b/chrome/app/theme/omnibox_tts_keyword.pdf deleted file mode 100644 index e1b1f23..0000000 Binary files a/chrome/app/theme/omnibox_tts_keyword.pdf and /dev/null differ diff --git a/chrome/app/theme/omnibox_tts_keyword.png b/chrome/app/theme/omnibox_tts_keyword.png deleted file mode 100644 index 66dfd98..0000000 Binary files a/chrome/app/theme/omnibox_tts_keyword.png and /dev/null differ diff --git a/chrome/app/theme/omnibox_tts_keyword_dark.png b/chrome/app/theme/omnibox_tts_keyword_dark.png deleted file mode 100644 index 1d3a2dc..0000000 Binary files a/chrome/app/theme/omnibox_tts_keyword_dark.png and /dev/null differ diff --git a/chrome/app/theme/omnibox_tts_keyword_selected.png b/chrome/app/theme/omnibox_tts_keyword_selected.png deleted file mode 100644 index 7e9a22d..0000000 Binary files a/chrome/app/theme/omnibox_tts_keyword_selected.png and /dev/null differ diff --git a/chrome/app/theme/omnibox_tts_normal.pdf b/chrome/app/theme/omnibox_tts_normal.pdf deleted file mode 100644 index 99302be..0000000 Binary files a/chrome/app/theme/omnibox_tts_normal.pdf and /dev/null differ diff --git a/chrome/app/theme/omnibox_tts_normal.png b/chrome/app/theme/omnibox_tts_normal.png deleted file mode 100644 index 9de287b..0000000 Binary files a/chrome/app/theme/omnibox_tts_normal.png and /dev/null differ diff --git a/chrome/app/theme/omnibox_tts_normal_dark.png b/chrome/app/theme/omnibox_tts_normal_dark.png deleted file mode 100644 index 3816d50..0000000 Binary files a/chrome/app/theme/omnibox_tts_normal_dark.png and /dev/null differ diff --git a/chrome/app/theme/omnibox_tts_normal_selected.png b/chrome/app/theme/omnibox_tts_normal_selected.png deleted file mode 100644 index b31029a..0000000 Binary files a/chrome/app/theme/omnibox_tts_normal_selected.png and /dev/null differ diff --git a/chrome/app/theme/omnibox_tts_selected.png b/chrome/app/theme/omnibox_tts_selected.png new file mode 100644 index 0000000..f4ec07f Binary files /dev/null and b/chrome/app/theme/omnibox_tts_selected.png differ diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index fca4344..83a7a9a 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -175,12 +175,9 @@ - - - - - - + + + -- cgit v1.1