summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webplugin_delegate.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 /webkit/glue/webplugin_delegate.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 'webkit/glue/webplugin_delegate.h')
-rw-r--r--webkit/glue/webplugin_delegate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/glue/webplugin_delegate.h b/webkit/glue/webplugin_delegate.h
index c4d4005..ef24b03 100644
--- a/webkit/glue/webplugin_delegate.h
+++ b/webkit/glue/webplugin_delegate.h
@@ -108,7 +108,7 @@ class WebPluginDelegate {
intptr_t notify_data) = 0;
// Receives notification about data being available.
- virtual void DidReceiveManualResponse(const std::string& url,
+ virtual void DidReceiveManualResponse(const GURL& url,
const std::string& mime_type,
const std::string& headers,
uint32 expected_length,
@@ -131,7 +131,7 @@ class WebPluginDelegate {
// Creates a WebPluginResourceClient instance and returns the same.
virtual WebPluginResourceClient* CreateResourceClient(int resource_id,
- const std::string &url,
+ const GURL& url,
bool notify_needed,
intptr_t notify_data,
intptr_t stream) = 0;