diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-23 19:35:01 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-23 19:35:01 +0000 |
commit | 3062672163bddcbefb7a96036559c16020999c55 (patch) | |
tree | 14b718204be53f772dbc6005386104b8a556bbb6 /content/common | |
parent | d208a9d8314f170e11cd5692a9ad1ca8eb3c8544 (diff) | |
download | chromium_src-3062672163bddcbefb7a96036559c16020999c55.zip chromium_src-3062672163bddcbefb7a96036559c16020999c55.tar.gz chromium_src-3062672163bddcbefb7a96036559c16020999c55.tar.bz2 |
Get rid of url_request_tracking.*. The only other place that used it other than ResourceDispatcherHost was the plugin installer. It doesn't really matter which process the request for downloading a plugin (which is very infrequent) shows up for, and arguably, it's better to show up under the browser process.
BUG=76697
Review URL: http://codereview.chromium.org/7054023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86324 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common')
-rw-r--r-- | content/common/plugin_messages.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/common/plugin_messages.h b/content/common/plugin_messages.h index d34e0d1..b4ccce5 100644 --- a/content/common/plugin_messages.h +++ b/content/common/plugin_messages.h @@ -98,9 +98,8 @@ IPC_MESSAGE_CONTROL2(PluginProcessHostMsg_PluginWindowDestroyed, HWND /* window */, HWND /* parent */) -IPC_MESSAGE_CONTROL3(PluginProcessHostMsg_DownloadUrl, +IPC_MESSAGE_CONTROL2(PluginProcessHostMsg_DownloadUrl, std::string /* URL */, - int /* process id */, HWND /* caller window */) #endif |