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

Unified Diff: chrome/browser/chrome_content_browser_client.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: chrome/browser/chrome_content_browser_client.h
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
index 66d9e71955e10070a0a276da19ceb97bd23d3fe6..c961a81e003d0bd9fd500f75012aa936dc138b4a 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -60,6 +60,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
virtual content::WebContentsViewDelegate* GetWebContentsViewDelegate(
content::WebContents* web_contents) OVERRIDE;
virtual void GuestWebContentsCreated(
+ content::SiteInstance* guest_site_instance,
content::WebContents* guest_web_contents,
content::WebContents* opener_web_contents,
content::BrowserPluginGuestDelegate** guest_delegate,
@@ -67,7 +68,6 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
virtual void GuestWebContentsAttached(
content::WebContents* guest_web_contents,
content::WebContents* embedder_web_contents,
- const GURL& embedder_frame_url,
const base::DictionaryValue& extra_params) OVERRIDE;
virtual void RenderProcessHostCreated(
content::RenderProcessHost* host) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698