diff options
author | cevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-16 01:45:47 +0000 |
---|---|---|
committer | cevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-16 01:45:47 +0000 |
commit | 4c560f959b39292df701dc2b16a806888e6db959 (patch) | |
tree | a5420c44b25fac9cdf6173835bda87458b9fb8c2 /content/common | |
parent | bffad5f31493b51fd66beffcbae8bb2274f8bf65 (diff) | |
download | chromium_src-4c560f959b39292df701dc2b16a806888e6db959.zip chromium_src-4c560f959b39292df701dc2b16a806888e6db959.tar.gz chromium_src-4c560f959b39292df701dc2b16a806888e6db959.tar.bz2 |
Removed unused code.
Review URL: https://chromiumcodereview.appspot.com/11886034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177047 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common')
-rw-r--r-- | content/common/view_messages.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h index 7c72509..71c68d4 100644 --- a/content/common/view_messages.h +++ b/content/common/view_messages.h @@ -1542,11 +1542,6 @@ IPC_MESSAGE_ROUTED3(ViewHostMsg_UpdateTitle, string16 /* title */, WebKit::WebTextDirection /* title direction */) -// 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, @@ -2032,11 +2027,6 @@ IPC_SYNC_MESSAGE_ROUTED3_2(ViewHostMsg_RunBeforeUnloadConfirm, bool /* out - success */, string16 /* out - This is ignored.*/) -// Sent when the renderer process is done processing a DataReceived -// message. -IPC_MESSAGE_ROUTED1(ViewHostMsg_DataReceived_ACK, - int /* request_id */) - // Sent when a provisional load on the main frame redirects. IPC_MESSAGE_ROUTED3(ViewHostMsg_DidRedirectProvisionalLoad, int /* page_id */, |