diff options
author | avayvod@chromium.org <avayvod@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-18 17:06:44 +0000 |
---|---|---|
committer | avayvod@chromium.org <avayvod@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-18 17:06:44 +0000 |
commit | 197d77b84fe78fd08bdfc72553b297111142a9f2 (patch) | |
tree | a2c433d3eaf7764dcbd198b564a9f30248d58786 /chrome/app | |
parent | 198b5007ee4e23b064e086fad89346eb03e7566e (diff) | |
download | chromium_src-197d77b84fe78fd08bdfc72553b297111142a9f2.zip chromium_src-197d77b84fe78fd08bdfc72553b297111142a9f2.tar.gz chromium_src-197d77b84fe78fd08bdfc72553b297111142a9f2.tar.bz2 |
New icons for user image
BUG=chromium-os:2348
TEST=None
Review URL: http://codereview.chromium.org/6878019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81958 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/theme/choose_file.png | bin | 0 -> 1609 bytes | |||
-rw-r--r-- | chrome/app/theme/take_photo.png | bin | 0 -> 2300 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 2 |
3 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/theme/choose_file.png b/chrome/app/theme/choose_file.png Binary files differnew file mode 100644 index 0000000..b543540 --- /dev/null +++ b/chrome/app/theme/choose_file.png diff --git a/chrome/app/theme/take_photo.png b/chrome/app/theme/take_photo.png Binary files differnew file mode 100644 index 0000000..57d1ce1 --- /dev/null +++ b/chrome/app/theme/take_photo.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 15ff86d..93b547d 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -678,6 +678,8 @@ <!-- Images only used by ChromeOS. --> <if expr="pp_ifdef('chromeos')"> <include name="IDR_BRIGHTNESS_BUBBLE_ICON" file="brightness_icon.png" type="BINDATA" /> + <include name="IDR_BUTTON_USER_IMAGE_CHOOSE_FILE" file="choose_file.png" type="BINDATA" /> + <include name="IDR_BUTTON_USER_IMAGE_TAKE_PHOTO" file="take_photo.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" /> |