Commit 8b8b9909 authored by dhnishi@chromium.org's avatar dhnishi@chromium.org

Modify a favicon DCHECK.

There may be more than one favicon if loading an extension favicon,
which loads for all supported scale factors immediately rather than
in an as-needed fashion.

BUG=397341

Review URL: https://codereview.chromium.org/421633002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285725 0039d316-1c4b-4281-b951-d872f2087c98
parent 2fcf7c54
...@@ -403,7 +403,6 @@ void FaviconService::RunFaviconRawBitmapCallbackWithBitmapResults( ...@@ -403,7 +403,6 @@ void FaviconService::RunFaviconRawBitmapCallbackWithBitmapResults(
return; return;
} }
DCHECK_EQ(1u, favicon_bitmap_results.size());
favicon_base::FaviconRawBitmapResult bitmap_result = favicon_base::FaviconRawBitmapResult bitmap_result =
favicon_bitmap_results[0]; favicon_bitmap_results[0];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment