diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-21 15:05:21 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-21 15:05:21 +0000 |
commit | 397908018088686f21a81bbb822c519bdc2eae7a (patch) | |
tree | 6bcbe9ae0d6038f782b4d628c3f1a4f098584463 /chrome/common/plugin_messages_internal.h | |
parent | 77c327ddb532777dde7e3a6f5dc078d4a76dcfab (diff) | |
download | chromium_src-397908018088686f21a81bbb822c519bdc2eae7a.zip chromium_src-397908018088686f21a81bbb822c519bdc2eae7a.tar.gz chromium_src-397908018088686f21a81bbb822c519bdc2eae7a.tar.bz2 |
More removal of WebCore usage from webplugin_impl.cc
Adds a few helper methods on WebFrame.
R=jam
BUG=10036
TEST=none
Review URL: http://codereview.chromium.org/173152
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23956 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/plugin_messages_internal.h')
-rw-r--r-- | chrome/common/plugin_messages_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/plugin_messages_internal.h b/chrome/common/plugin_messages_internal.h index ce934a2..d2e2e64 100644 --- a/chrome/common/plugin_messages_internal.h +++ b/chrome/common/plugin_messages_internal.h @@ -205,7 +205,7 @@ IPC_BEGIN_MESSAGES(Plugin) intptr_t /* notify data */) IPC_MESSAGE_ROUTED2(PluginMsg_DidReceiveManualResponse, - std::string /* url */, + GURL /* url */, PluginMsg_DidReceiveResponseParams) IPC_MESSAGE_ROUTED1(PluginMsg_DidReceiveManualData, |