diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-02 19:08:56 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-02 19:08:56 +0000 |
commit | 606843faf131685e7802df12f2ee97efc7cf2f3b (patch) | |
tree | f4d494147c9190ba22c370148ab5aab2020f6d1a /chrome/common/render_messages_internal.h | |
parent | 63e78057b6ae2685ed3525d832fed48b7c85ee1e (diff) | |
download | chromium_src-606843faf131685e7802df12f2ee97efc7cf2f3b.zip chromium_src-606843faf131685e7802df12f2ee97efc7cf2f3b.tar.gz chromium_src-606843faf131685e7802df12f2ee97efc7cf2f3b.tar.bz2 |
Remove the URL and title from the state getting functions and IPC messages.
If the title or URL changes, we'll be updated in other ways, so this extra processing is wasted.
Review URL: http://codereview.chromium.org/12859
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6225 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/render_messages_internal.h')
-rw-r--r-- | chrome/common/render_messages_internal.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h index 8cc598a..96d7d89 100644 --- a/chrome/common/render_messages_internal.h +++ b/chrome/common/render_messages_internal.h @@ -565,10 +565,8 @@ IPC_BEGIN_MESSAGES(ViewHost, 2) // Notifies the browser that we have session history information. // page_id: unique ID that allows us to distinguish between history entries. - IPC_MESSAGE_ROUTED4(ViewHostMsg_UpdateState, + IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateState, int32 /* page_id */, - GURL /* url */, - std::wstring /* title */, std::string /* state */) // Changes the title for the page in the UI when the page is navigated or the |