diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-14 00:46:21 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-14 00:46:21 +0000 |
commit | e321a3c8eef6418c248743fdb68aa8bbba02e98f (patch) | |
tree | 7a7d10306739b3abe433b2d5b63fc46fbefc2935 /gfx/icon_util.h | |
parent | 1517425f81d0f49afcf4cc49f62ee2aa1995a4ca (diff) | |
download | chromium_src-e321a3c8eef6418c248743fdb68aa8bbba02e98f.zip chromium_src-e321a3c8eef6418c248743fdb68aa8bbba02e98f.tar.gz chromium_src-e321a3c8eef6418c248743fdb68aa8bbba02e98f.tar.bz2 |
gfx: Get rid of deprecated version of CreateIconFileFromSkBitmap.
BUG=23581
TEST=trybots
Review URL: http://codereview.chromium.org/3745003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62488 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gfx/icon_util.h')
-rw-r--r-- | gfx/icon_util.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gfx/icon_util.h b/gfx/icon_util.h index 80c81f6..19d0a5f 100644 --- a/gfx/icon_util.h +++ b/gfx/icon_util.h @@ -78,9 +78,6 @@ class IconUtil { // the desired .ico file. // // The function returns true on success and false otherwise. - // TODO(tfarina): Deprecated version of the FilePath version below. - static bool CreateIconFileFromSkBitmap(const SkBitmap& bitmap, - const std::wstring& icon_file_name); static bool CreateIconFileFromSkBitmap(const SkBitmap& bitmap, const FilePath& icon_path); |