diff options
author | costan@gmail.com <costan@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-27 17:09:18 +0000 |
---|---|---|
committer | costan@gmail.com <costan@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-27 17:09:18 +0000 |
commit | ba760a5c000780f81317c47e4ececa7820fe153f (patch) | |
tree | 92fd377eeb93629b59e687c46ae099c8f167aa72 /chrome/app/theme/theme_resources.grd | |
parent | dda52e48bf260f617f044619db268fcfd351a878 (diff) | |
download | chromium_src-ba760a5c000780f81317c47e4ececa7820fe153f.zip chromium_src-ba760a5c000780f81317c47e4ececa7820fe153f.tar.gz chromium_src-ba760a5c000780f81317c47e4ececa7820fe153f.tar.bz2 |
Rename blocked_media.png -> blocked_mediastream.png in chrome/app/theme.
The HTML5 media (<audio> / <video>) blocking feature will use
blocked_media.png in the future. The associated bug has more context.
This rename is in a separate CL because the CQ can't handle binary file
renames.
BUG=50132
TEST=build/gyp_chromium && ninja -C out/Debug chrome
R=oshima@chromium.org
Review URL: https://codereview.chromium.org/356133007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@280351 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme/theme_resources.grd')
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 496ce8f..aeb523d 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -106,7 +106,7 @@ <structure type="chrome_scaled_image" name="IDR_BLOCKED_IMAGES" file="common/blocked_images.png" /> <structure type="chrome_scaled_image" name="IDR_BLOCKED_JAVASCRIPT" file="common/blocked_script.png" /> <structure type="chrome_scaled_image" name="IDR_BLOCKED_LOCATION" file="common/blocked_location.png" /> - <structure type="chrome_scaled_image" name="IDR_BLOCKED_MEDIA" file="common/blocked_media.png" /> + <structure type="chrome_scaled_image" name="IDR_BLOCKED_MEDIA" file="common/blocked_mediastream.png" /> <structure type="chrome_scaled_image" name="IDR_BLOCKED_MIDI_SYSEX" file="common/blocked_midi.png" /> <structure type="chrome_scaled_image" name="IDR_BLOCKED_MOUSE_CURSOR" file="common/blocked_mouse_cursor.png" /> <structure type="chrome_scaled_image" name="IDR_BLOCKED_MIXED_CONTENT" file="common/blocked_mixed_content.png" /> |