diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-14 15:31:19 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-14 15:31:19 +0000 |
commit | cc966e90279d89a2d1b6ef1ef7223f85fea1c45f (patch) | |
tree | 8a0a195cbb3726dca23501440ef006282f46452d /chrome | |
parent | 0a4d5cffc53fa9f8f00e7f625ac9307d341e489d (diff) | |
download | chromium_src-cc966e90279d89a2d1b6ef1ef7223f85fea1c45f.zip chromium_src-cc966e90279d89a2d1b6ef1ef7223f85fea1c45f.tar.gz chromium_src-cc966e90279d89a2d1b6ef1ef7223f85fea1c45f.tar.bz2 |
Rename the new Omnibox resources to follow convention and use underscores. Add these resources to theme_resources.grd.
Review URL: http://codereview.chromium.org/73030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13664 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/theme/o2_globe.png (renamed from chrome/app/theme/o2-globe.png) | bin | 536 -> 536 bytes | |||
-rw-r--r-- | chrome/app/theme/o2_history.png (renamed from chrome/app/theme/o2-history.png) | bin | 400 -> 400 bytes | |||
-rw-r--r-- | chrome/app/theme/o2_more.png (renamed from chrome/app/theme/o2-more.png) | bin | 320 -> 320 bytes | |||
-rw-r--r-- | chrome/app/theme/o2_search.png (renamed from chrome/app/theme/o2-search.png) | bin | 340 -> 340 bytes | |||
-rw-r--r-- | chrome/app/theme/o2_star.png (renamed from chrome/app/theme/o2-star.png) | bin | 489 -> 489 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 5 |
6 files changed, 5 insertions, 0 deletions
diff --git a/chrome/app/theme/o2-globe.png b/chrome/app/theme/o2_globe.png Binary files differindex 0fc4331..0fc4331 100644 --- a/chrome/app/theme/o2-globe.png +++ b/chrome/app/theme/o2_globe.png diff --git a/chrome/app/theme/o2-history.png b/chrome/app/theme/o2_history.png Binary files differindex 72af696..72af696 100644 --- a/chrome/app/theme/o2-history.png +++ b/chrome/app/theme/o2_history.png diff --git a/chrome/app/theme/o2-more.png b/chrome/app/theme/o2_more.png Binary files differindex 61dfd29..61dfd29 100644 --- a/chrome/app/theme/o2-more.png +++ b/chrome/app/theme/o2_more.png diff --git a/chrome/app/theme/o2-search.png b/chrome/app/theme/o2_search.png Binary files differindex 441001e..441001e 100644 --- a/chrome/app/theme/o2-search.png +++ b/chrome/app/theme/o2_search.png diff --git a/chrome/app/theme/o2-star.png b/chrome/app/theme/o2_star.png Binary files differindex 5919bb7b..5919bb7b 100644 --- a/chrome/app/theme/o2-star.png +++ b/chrome/app/theme/o2_star.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 04b51b2..c02a800 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -309,6 +309,11 @@ <include name="IDR_DOCK_HIGH" file="dock_tab_high.png" type="BINDATA" /> <include name="IDR_DOCK_WIDE" file="dock_tab_wide.png" type="BINDATA" /> <include name="IDR_MENU_BOOKMARK" file="menu_bookmark.png" type="BINDATA" /> + <include name="IDR_O2_GLOBE" file="o2_globe.png" type="BINDATA" /> + <include name="IDR_O2_HISTORY" file="o2_history.png" type="BINDATA" /> + <include name="IDR_O2_MORE" file="o2_more.png" type="BINDATA" /> + <include name="IDR_O2_SEARCH" file="o2_search.png" type="BINDATA" /> + <include name="IDR_O2_STAR" file="o2_star.png" type="BINDATA" /> <if expr="pp_ifdef('_google_chrome')"> <include name="IDR_ABOUT_BACKGROUND" file="google_chrome/about_background.png" type="BINDATA" /> |