diff options
author | rfevang@chromium.org <rfevang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-23 00:34:53 +0000 |
---|---|---|
committer | rfevang@chromium.org <rfevang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-23 00:34:53 +0000 |
commit | 1cf7fa27e1ff91a0182b8ec995d0c644dc4e9cf3 (patch) | |
tree | d0c63a602bbca28d43ffb05871ac81ea1d421ffc /ui/resources/ui_resources.grd | |
parent | 0852de2eadb85c5f59319a29d77c2353e06b1236 (diff) | |
download | chromium_src-1cf7fa27e1ff91a0182b8ec995d0c644dc4e9cf3.zip chromium_src-1cf7fa27e1ff91a0182b8ec995d0c644dc4e9cf3.tar.gz chromium_src-1cf7fa27e1ff91a0182b8ec995d0c644dc4e9cf3.tar.bz2 |
Remove ActionBox and related code.
ActionBox is no more, and is unlikely to be coming back. This CL removes
old ActionBox code, associated resources, feature switch and extension
API.
BUG=234737
Review URL: https://chromiumcodereview.appspot.com/19695004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213009 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/resources/ui_resources.grd')
-rw-r--r-- | ui/resources/ui_resources.grd | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd index 917f9f7..8f8c34a 100644 --- a/ui/resources/ui_resources.grd +++ b/ui/resources/ui_resources.grd @@ -376,9 +376,6 @@ <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" /> |