diff options
author | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-27 17:26:58 +0000 |
---|---|---|
committer | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-27 17:26:58 +0000 |
commit | 5019ef1ab7f79f71fffabe14ab7ae9bfcb44daa8 (patch) | |
tree | b2a439da42c4bd6de2b8516428b065bdabaf129f /chrome/common | |
parent | 62e0dbdec1c30c929d7c6148372b153e9b1c1792 (diff) | |
download | chromium_src-5019ef1ab7f79f71fffabe14ab7ae9bfcb44daa8.zip chromium_src-5019ef1ab7f79f71fffabe14ab7ae9bfcb44daa8.tar.gz chromium_src-5019ef1ab7f79f71fffabe14ab7ae9bfcb44daa8.tar.bz2 |
Add support for new webkit capability allowing us to update
favicons when changed via Javascript.
BUG=none
TEST=BrowserTest.FaviconChange
Review URL: http://codereview.chromium.org/1747015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45713 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/render_messages_internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h index 2396360..2976575 100644 --- a/chrome/common/render_messages_internal.h +++ b/chrome/common/render_messages_internal.h @@ -1027,6 +1027,9 @@ IPC_BEGIN_MESSAGES(ViewHost) // TODO(darin): use a UTF-8 string to reduce data size IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateTitle, int32, std::wstring) + // Changes the icon url for the page in the UI. + IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateIconURL, int32, GURL) + // Change the encoding name of the page in UI when the page has detected // proper encoding name. IPC_MESSAGE_ROUTED1(ViewHostMsg_UpdateEncoding, |