diff options
author | mihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-31 20:25:23 +0000 |
---|---|---|
committer | mihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-31 20:25:23 +0000 |
commit | 80c2665e59a9e1a67e9449645944831732146ca9 (patch) | |
tree | 46d60ddda59b608235a9e4a96f9af08e6a9dc7c8 /chrome/app | |
parent | 781be95a953100fb77efadafe4e540744228d38e (diff) | |
download | chromium_src-80c2665e59a9e1a67e9449645944831732146ca9.zip chromium_src-80c2665e59a9e1a67e9449645944831732146ca9.tar.gz chromium_src-80c2665e59a9e1a67e9449645944831732146ca9.tar.bz2 |
Inline install dialog resources.
TBR=asargent@chromium.org
Review URL: http://codereview.chromium.org/7756005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99027 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/theme/extensions_permissions_lock.png | bin | 0 -> 264 bytes | |||
-rw-r--r-- | chrome/app/theme/extensions_rating_star_half_left.png | bin | 0 -> 266 bytes | |||
-rw-r--r-- | chrome/app/theme/extensions_rating_star_half_right.png | bin | 0 -> 273 bytes | |||
-rw-r--r-- | chrome/app/theme/extensions_rating_star_off.png | bin | 0 -> 252 bytes | |||
-rw-r--r-- | chrome/app/theme/extensions_rating_star_on.png | bin | 0 -> 263 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 5 |
6 files changed, 5 insertions, 0 deletions
diff --git a/chrome/app/theme/extensions_permissions_lock.png b/chrome/app/theme/extensions_permissions_lock.png Binary files differnew file mode 100644 index 0000000..e8a5e26 --- /dev/null +++ b/chrome/app/theme/extensions_permissions_lock.png diff --git a/chrome/app/theme/extensions_rating_star_half_left.png b/chrome/app/theme/extensions_rating_star_half_left.png Binary files differnew file mode 100644 index 0000000..d312c78 --- /dev/null +++ b/chrome/app/theme/extensions_rating_star_half_left.png diff --git a/chrome/app/theme/extensions_rating_star_half_right.png b/chrome/app/theme/extensions_rating_star_half_right.png Binary files differnew file mode 100644 index 0000000..e0a4716 --- /dev/null +++ b/chrome/app/theme/extensions_rating_star_half_right.png diff --git a/chrome/app/theme/extensions_rating_star_off.png b/chrome/app/theme/extensions_rating_star_off.png Binary files differnew file mode 100644 index 0000000..b08f8c8 --- /dev/null +++ b/chrome/app/theme/extensions_rating_star_off.png diff --git a/chrome/app/theme/extensions_rating_star_on.png b/chrome/app/theme/extensions_rating_star_on.png Binary files differnew file mode 100644 index 0000000..0b45445 --- /dev/null +++ b/chrome/app/theme/extensions_rating_star_on.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 1eb8738..b3bd1de 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -112,6 +112,11 @@ <include name="IDR_DOWNLOAD_PROGRESS_FOREGROUND_16" file="download_progress_foreground16.png" type="BINDATA" /> <include name="IDR_DOWNLOAD_PROGRESS_FOREGROUND_32" file="download_progress_foreground32.png" type="BINDATA" /> <include name="IDR_EXTENSION_DEFAULT_ICON" file="extension_default_icon.png" type="BINDATA" /> + <include name="IDR_EXTENSIONS_PERMISSIONS_LOCK" file="extensions_permissions_lock.png" type="BINDATA" /> + <include name="IDR_EXTENSIONS_RATING_STAR_HALF_LEFT" file="extensions_rating_star_half_left.png" type="BINDATA" /> + <include name="IDR_EXTENSIONS_RATING_STAR_HALF_RIGHT" file="extensions_rating_star_half_right.png" type="BINDATA" /> + <include name="IDR_EXTENSIONS_RATING_STAR_OFF" file="extensions_rating_star_off.png" type="BINDATA" /> + <include name="IDR_EXTENSIONS_RATING_STAR_ON" file="extensions_rating_star_on.png" type="BINDATA" /> <include name="IDR_EXTENSIONS_SECTION" file="extensions_section.png" type="BINDATA" /> <include name="IDR_FINDINPAGE_NEXT" file="find_next.png" type="BINDATA" /> <include name="IDR_FINDINPAGE_NEXT_H" file="find_next_h.png" type="BINDATA" /> |