diff options
author | npentrel@chromium.org <npentrel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-26 13:12:39 +0000 |
---|---|---|
committer | npentrel@chromium.org <npentrel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-26 13:12:39 +0000 |
commit | c94f7b8eeb42eef2af6cc88be85c7dc85016e706 (patch) | |
tree | 1efc2c68ff8d558cdeadc8093d0dddbfb50cd3ea | |
parent | 2e0f8106c8996a17e6b35f1b45f428adce891474 (diff) | |
download | chromium_src-c94f7b8eeb42eef2af6cc88be85c7dc85016e706.zip chromium_src-c94f7b8eeb42eef2af6cc88be85c7dc85016e706.tar.gz chromium_src-c94f7b8eeb42eef2af6cc88be85c7dc85016e706.tar.bz2 |
Save password icon changed to a smaller key for the omnibox.
BUG=261628
Review URL: https://chromiumcodereview.appspot.com/22887045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219540 0039d316-1c4b-4281-b951-d872f2087c98
-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 bc4a448..53dabfe 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -100,7 +100,7 @@ <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_SAVE_PASSWORD" file="common/infobar_savepassword.png" /> + <structure type="chrome_scaled_image" name="IDR_SAVE_PASSWORD" file="common/save_password.png" /> <structure type="chrome_scaled_image" name="IDR_BLOCKED_MICROPHONE" file="common/blocked_mic_only.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" /> |