diff options
author | michaelbai@google.com <michaelbai@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-12 16:18:31 +0000 |
---|---|---|
committer | michaelbai@google.com <michaelbai@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-12 16:18:31 +0000 |
commit | 60f36f9c86ca3e2203eadaf0db2dc4f3d7382c6b (patch) | |
tree | 1bfa4d984ffd174824fd36213630eab934375ea3 /chrome/chrome_common.gypi | |
parent | 44ddaa4757178992da4f9a1398d96438e76e26d0 (diff) | |
download | chromium_src-60f36f9c86ca3e2203eadaf0db2dc4f3d7382c6b.zip chromium_src-60f36f9c86ca3e2203eadaf0db2dc4f3d7382c6b.tar.gz chromium_src-60f36f9c86ca3e2203eadaf0db2dc4f3d7382c6b.tar.bz2 |
a Downloaded or retrieved favicon and touch in FaviconHelper.
b.ViewHostMsg_UpdateFaviconURL can update multiple icon urls
BUG=71571
TEST=Tested with existing unit test and add 2 new unit tests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=81158
Review URL: http://codereview.chromium.org/6672065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81258 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 8a26eed..bf8cba0 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -51,6 +51,8 @@ 'common/guid.h', 'common/guid_posix.cc', 'common/guid_win.cc', + 'common/icon_messages.cc', + 'common/icon_messages.h', 'common/instant_types.h', 'common/logging_chrome.cc', 'common/logging_chrome.h', |