Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: content/browser/browser_plugin/browser_plugin_guest.h

Issue 27408004: <webview>: Resolve relative paths as chrome-extension: URLs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactor + addressed creis' comments Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/browser_plugin/browser_plugin_guest.h
diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
index 552874ebae8b3fbaa0c1a84f5dc7daf1473ea8d6..83abe4fbefa9e701c479dbd159346ec725426786 100644
--- a/content/browser/browser_plugin/browser_plugin_guest.h
+++ b/content/browser/browser_plugin/browser_plugin_guest.h
@@ -68,6 +68,7 @@ class BrowserPluginEmbedder;
class BrowserPluginGuestManager;
class RenderProcessHost;
class RenderWidgetHostView;
+class SiteInstance;
struct DropData;
struct MediaStreamRequest;
@@ -92,6 +93,7 @@ class CONTENT_EXPORT BrowserPluginGuest
static BrowserPluginGuest* Create(
int instance_id,
+ SiteInstance* site_instance,
Charlie Reis 2013/10/30 20:42:20 It's not clear which SiteInstance this is expectin
WebContentsImpl* web_contents,
scoped_ptr<base::DictionaryValue> extra_params);

Powered by Google App Engine
This is Rietveld 408576698