diff options
author | stevet@chromium.org <stevet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-10 19:28:50 +0000 |
---|---|---|
committer | stevet@chromium.org <stevet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-10 19:28:50 +0000 |
commit | b584fb90f233ce696c9e1f26a306e4e13af78a56 (patch) | |
tree | b375031588f8ab04eca6707227774901bac33674 /chrome/app/theme | |
parent | 08873a8668f8ec74d3f7ccb7f64971b11d57176c (diff) | |
download | chromium_src-b584fb90f233ce696c9e1f26a306e4e13af78a56.zip chromium_src-b584fb90f233ce696c9e1f26a306e4e13af78a56.tar.gz chromium_src-b584fb90f233ce696c9e1f26a306e4e13af78a56.tar.bz2 |
The initial prototype code for the compact navigation (cnav) prototype, currently only active in windows. This is well hidden behind a flag and a context menu option.
Loosely based off oshima's original prototype patch: http://codereview.chromium.org/165272
BUG=None
TEST=Activate the cnav prototype in about:flags. Right click a tab and select "Hide Toolbar" to go into cnav mode. Ensure that the compact location bar provides the same basic functionality as the toolbar (except browser actions).
Review URL: http://codereview.chromium.org/6913026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84831 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme')
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 4696db8..cee7dec 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -38,6 +38,12 @@ <include name="IDR_BOOKMARK_BAR_FOLDER" file="bookmark_bar_folder_mac.png" type="BINDATA" /> </if> <include name="IDR_CLOSE_BUTTON_MASK" file="close_button_mask.png" type="BINDATA" /> + <include name="IDR_CNAV_DIALOG_LEFT" file="cnav_dialog_left.png" type="BINDATA" /> + <include name="IDR_CNAV_DIALOG_MIDDLE" file="cnav_dialog_middle.png" type="BINDATA" /> + <include name="IDR_CNAV_DIALOG_RIGHT" file="cnav_dialog_right.png" type="BINDATA" /> + <include name="IDR_COMPACTNAV_BACK" file="compactnav_back.png" type="BINDATA" /> + <include name="IDR_COMPACTNAV_FORWARD" file="compactnav_forward.png" type="BINDATA" /> + <include name="IDR_COMPACTNAV_SEPARATOR" file="compactnav_separator.png" type="BINDATA" /> <if expr="os.find('win') != -1"> <include name="IDR_CONFLICT_BADGE" file="conflict_badge.png" type="BINDATA" /> <include name="IDR_CONFLICT_MENU" file="conflict_menu.png" type="BINDATA" /> |