diff options
author | glotov@chromium.org <glotov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-20 13:44:01 +0000 |
---|---|---|
committer | glotov@chromium.org <glotov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-20 13:44:01 +0000 |
commit | fe09940cd868da5051a641a6da9f751d1b14db25 (patch) | |
tree | 9d0cf3a5f82d6b83d98ee598b72d836881557cbc /ui | |
parent | 5c292e3de24659bf4c6563a992799fecbd51b26f (diff) | |
download | chromium_src-fe09940cd868da5051a641a6da9f751d1b14db25.zip chromium_src-fe09940cd868da5051a641a6da9f751d1b14db25.tar.gz chromium_src-fe09940cd868da5051a641a6da9f751d1b14db25.tar.bz2 |
Add action box to OOBE user pads.
BUG=138170
TEST=units
TBR=oshima
Review URL: https://chromiumcodereview.appspot.com/12216003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183509 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r-- | ui/resources/ui_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd index d44f283..ff6fcf1 100644 --- a/ui/resources/ui_resources.grd +++ b/ui/resources/ui_resources.grd @@ -172,6 +172,9 @@ <if expr="pp_ifdef('use_aura')"> <structure type="chrome_scaled_image" name="IDR_OAK" file="oak.png" /> </if> + <structure type="chrome_scaled_image" name="IDR_OOBE_ACTION_BOX_BUTTON_HOVER" file="cros/action_box_button_hover.png" /> + <structure type="chrome_scaled_image" name="IDR_OOBE_ACTION_BOX_BUTTON_NORMAL" file="cros/action_box_button_normal.png" /> + <structure type="chrome_scaled_image" name="IDR_OOBE_ACTION_BOX_BUTTON_PRESSED" file="cros/action_box_button_pressed.png" /> <structure type="chrome_scaled_image" name="IDR_PANEL_TOP_LEFT_CORNER" file="panel_top_left_corner.png" /> <structure type="chrome_scaled_image" name="IDR_PANEL_TOP_RIGHT_CORNER" file="panel_top_right_corner.png" /> <structure type="chrome_scaled_image" name="IDR_PANEL_BOTTOM_LEFT_CORNER" file="panel_bottom_left_corner.png" /> |