summaryrefslogtreecommitdiffstats
path: root/chrome/common/plugin_messages.h
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-21 15:05:21 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-21 15:05:21 +0000
commit397908018088686f21a81bbb822c519bdc2eae7a (patch)
tree6bcbe9ae0d6038f782b4d628c3f1a4f098584463 /chrome/common/plugin_messages.h
parent77c327ddb532777dde7e3a6f5dc078d4a76dcfab (diff)
downloadchromium_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.h')
-rw-r--r--chrome/common/plugin_messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/plugin_messages.h b/chrome/common/plugin_messages.h
index 5c35544..662f60a 100644
--- a/chrome/common/plugin_messages.h
+++ b/chrome/common/plugin_messages.h
@@ -57,7 +57,7 @@ struct PluginHostMsg_URLRequest_Params {
struct PluginMsg_URLRequestReply_Params {
int resource_id;
- std::string url;
+ GURL url;
bool notify_needed;
intptr_t notify_data;
intptr_t stream;