diff options
author | jcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-14 21:29:26 +0000 |
---|---|---|
committer | jcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-14 21:29:26 +0000 |
commit | b7969209a311ca384eceacef7d67743f2ffd792d (patch) | |
tree | d64c91438914c09f4389c9edf99ff29f1a8c7dbf /chrome/app | |
parent | 0805a9b30d8cf935a572fe093a74f6784c6e4689 (diff) | |
download | chromium_src-b7969209a311ca384eceacef7d67743f2ffd792d.zip chromium_src-b7969209a311ca384eceacef7d67743f2ffd792d.tar.gz chromium_src-b7969209a311ca384eceacef7d67743f2ffd792d.tar.bz2 |
Removing the app launcher button in the ChromeOS browser and making the app launcher pinned to the location bar.
BUG=3190
TEST=The app launcher icon on the top-left corner of the browser should
be gone. Opening a new tab by pressing the + button or typing
CTRL-T should bring the app launcher, it should be located on top
of the location bar.
Review URL: http://codereview.chromium.org/2060004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47314 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/theme/app_launcher_button.png | bin | 238 -> 0 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 1 |
2 files changed, 0 insertions, 1 deletions
diff --git a/chrome/app/theme/app_launcher_button.png b/chrome/app/theme/app_launcher_button.png Binary files differdeleted file mode 100644 index 7dba348..0000000 --- a/chrome/app/theme/app_launcher_button.png +++ /dev/null diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index beeb4e9..d6ebb0f 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -511,7 +511,6 @@ <include name="IDR_MEDIAPLAYER_PLAYLIST" file="mediaplayer_playlist.png" type="BINDATA" /> <include name="IDR_LOGIN_DEFAULT_USER" file="login_default.png" type="BINDATA" /> <include name="IDR_LOGIN_OTHER_USER" file="login_other.png" type="BINDATA" /> - <include name="IDR_APP_LAUNCHER_BUTTON" file="app_launcher_button.png" type="BINDATA" /> </if> <if expr="not pp_ifdef('chromeos') and not pp_ifdef('toolkit_views')"> |