diff options
author | mihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-23 15:39:35 +0000 |
---|---|---|
committer | mihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-23 15:39:35 +0000 |
commit | 29b2c207a4b465e5718815cf4170a0a963093b0c (patch) | |
tree | 658f4b04564aa1f50ba6e014560d3a886b8c4624 /chrome/app | |
parent | 688ef2dde45f7802e2838e99141fe762c1b5a843 (diff) | |
download | chromium_src-29b2c207a4b465e5718815cf4170a0a963093b0c.zip chromium_src-29b2c207a4b465e5718815cf4170a0a963093b0c.tar.gz chromium_src-29b2c207a4b465e5718815cf4170a0a963093b0c.tar.bz2 |
Remove "incognito guy" resource.
It was first added in r57526/r57652, the code that referenced it became a no-op
in r58962, and was removed in r64531, and the whole BackgroundView class was
removed in r117041.
R=dpolukhin@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9270026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118681 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/theme/incognito_guy.png | bin | 949 -> 0 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 1 |
2 files changed, 0 insertions, 1 deletions
diff --git a/chrome/app/theme/incognito_guy.png b/chrome/app/theme/incognito_guy.png Binary files differdeleted file mode 100644 index 0460cbb..0000000 --- a/chrome/app/theme/incognito_guy.png +++ /dev/null diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index f783fc5..f2c36d56 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -493,7 +493,6 @@ <include name="IDR_ENROLL_FAILURE" file="enroll_failure.png" type="BINDATA"/> <include name="IDR_GUEST_ICON" file="guest_icon.png" type="BINDATA" /> <include name="IDR_HELP_MENU" file="help_16.png" type="BINDATA" /> - <include name="IDR_INCOGNITO_GUY" file="incognito_guy.png" type="BINDATA" /> <include name="IDR_ICON_ADD_USER20" file="icon_add_user20.png" type="BINDATA" /> <include name="IDR_ICON_POWER20" file="icon_power20.png" type="BINDATA" /> <include name="IDR_LOGIN_DEFAULT_USER" file="avatar_beaker.png" type="BINDATA" /> |