diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-20 23:48:03 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-20 23:48:03 +0000 |
commit | 8d664472a856e071efee68617b210e6eadd85d80 (patch) | |
tree | 6492d6937370e7a5d5c2f770ef8e011989aede11 /app | |
parent | 61c832949500bf86b0bb7fa4f08561db459eec1d (diff) | |
download | chromium_src-8d664472a856e071efee68617b210e6eadd85d80.zip chromium_src-8d664472a856e071efee68617b210e6eadd85d80.tar.gz chromium_src-8d664472a856e071efee68617b210e6eadd85d80.tar.bz2 |
Adding image for resize gripper in the hopes that the try bots don't fail to try my patch.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/555017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36699 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app')
-rw-r--r-- | app/resources/app_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/resources/app_resources.grd b/app/resources/app_resources.grd index 7f62b8e..a0534a1 100644 --- a/app/resources/app_resources.grd +++ b/app/resources/app_resources.grd @@ -74,6 +74,9 @@ <include name="IDR_CONTENT_LEFT_SIDE" file="content_left_side.png" type="BINDATA" /> <include name="IDR_CONTENT_RIGHT_SIDE" file="content_right_side.png" type="BINDATA" /> + <!-- Gripper resizer --> + <include name="IDR_RESIZE_GRIPPER" file="resize_gripper.png" type="BINDATA" /> + <!-- Throbber --> <include name="IDR_THROBBER" file="throbber.png" type="BINDATA" /> |