diff options
author | michaelpg@chromium.org <michaelpg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-19 15:09:04 +0000 |
---|---|---|
committer | michaelpg@chromium.org <michaelpg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-19 15:09:04 +0000 |
commit | 62a03a8a3fa4ae7cfc5e95d79eacf6a8c3435ac6 (patch) | |
tree | 3e46951f7a237dacf74abab056f0fae70353c9cc /chrome/app/theme/theme_resources.grd | |
parent | ac793992a513fc0ea5ce25bb8acb6c7852e1ed4c (diff) | |
download | chromium_src-62a03a8a3fa4ae7cfc5e95d79eacf6a8c3435ac6.zip chromium_src-62a03a8a3fa4ae7cfc5e95d79eacf6a8c3435ac6.tar.gz chromium_src-62a03a8a3fa4ae7cfc5e95d79eacf6a8c3435ac6.tar.bz2 |
Add back button to chrome://devices
When settings in a window is enabled, add a back button to the devices
page. This helps because the window has no address bar. See bug for
screenshot.
Longer-term, the devices page should show as an overlay in Settings
rather than load as a new page.
RTL is not enabled for this page; see issue 386020.
BUG=384333
R=noamsml@chromium.org,oshima@chromium.org
+oshima@ for icon. Oshima, is theme_resources the right place for this?
+stevenjb@ for browser shenanigans in local_discovery_ui.cc.
Review URL: https://codereview.chromium.org/338423005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278376 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme/theme_resources.grd')
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 801ef5d..b08f69c 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -140,6 +140,7 @@ <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTIONS_OVERFLOW" file="common/browser_actions_overflow_normal.png" /> <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTIONS_OVERFLOW_H" file="common/browser_actions_overflow_hover.png" /> <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTIONS_OVERFLOW_P" file="common/browser_actions_overflow_pressed.png" /> + <structure type="chrome_scaled_image" name="IDR_CHEVRON_LEFT" file="common/chevron_left.png" /> <structure type="chrome_scaled_image" name="IDR_CLOSE_BUTTON_MASK" file="common/close_button_mask.png" /> <if expr="is_win"> <structure type="chrome_scaled_image" name="IDR_CONFLICT_FAVICON" file="common/favicon_conflicts.png" /> |