diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-16 23:09:39 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-16 23:09:39 +0000 |
commit | 42e8de911a526f8c86a7f5e5fc7dce82a647f6d0 (patch) | |
tree | cdc0bc11f5308d862b0023f6df6af58d731cc80a /chrome/browser/browser_theme_provider.cc | |
parent | 9d6ad02b8c83feeefa57d6131aa4b00cabb9e914 (diff) | |
download | chromium_src-42e8de911a526f8c86a7f5e5fc7dce82a647f6d0.zip chromium_src-42e8de911a526f8c86a7f5e5fc7dce82a647f6d0.tar.gz chromium_src-42e8de911a526f8c86a7f5e5fc7dce82a647f6d0.tar.bz2 |
GTK Themes: Make the location bar area look native.
Replace the star and go buttons with a native looking thing, where
we manually draw the theme's button image for the full omnibox area
and then position the star/go buttons on top of that.
Also adds stand in versions of star_noborder and starred_noborder
until Glen can make real icons.
http://crbug.com/16227
http://crbug.com/13967
http://crbug.com/16915
Review URL: http://codereview.chromium.org/149681
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20914 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_theme_provider.cc')
-rw-r--r-- | chrome/browser/browser_theme_provider.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/browser_theme_provider.cc b/chrome/browser/browser_theme_provider.cc index 14a4f6e..5a19ca6 100644 --- a/chrome/browser/browser_theme_provider.cc +++ b/chrome/browser/browser_theme_provider.cc @@ -125,8 +125,8 @@ static const int kToolbarButtonIDs[] = { IDR_FORWARD, IDR_FORWARD_D, IDR_FORWARD_H, IDR_FORWARD_P, IDR_RELOAD, IDR_RELOAD_H, IDR_RELOAD_P, IDR_HOME, IDR_HOME_H, IDR_HOME_P, - IDR_STAR, IDR_STAR_D, IDR_STAR_H, IDR_STAR_P, - IDR_STARRED, IDR_STARRED_H, IDR_STARRED_P, + IDR_STAR, IDR_STAR_NOBORDER, IDR_STAR_D, IDR_STAR_H, IDR_STAR_P, + IDR_STARRED, IDR_STARRED_NOBORDER, IDR_STARRED_H, IDR_STARRED_P, IDR_GO, IDR_GO_H, IDR_GO_P, IDR_STOP, IDR_STOP_H, IDR_STOP_P, IDR_MENU_PAGE, IDR_MENU_PAGE_RTL, |