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

Unified Diff: chrome/browser/background/background_contents.h

Issue 2882513005: Propagate opener to BackgroundsContents. (Closed)
Patch Set: Tweaked the comment in DriveWebContentsManager::ShouldCreateWebContents Created 3 years, 6 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/background/background_contents.h
diff --git a/chrome/browser/background/background_contents.h b/chrome/browser/background/background_contents.h
index 08c740de59f6ca07c0f1ec042b6dc6ff5da7f5c8..f5e28039a20fca0817fcd371e5968b75cd72d2b1 100644
--- a/chrome/browser/background/background_contents.h
+++ b/chrome/browser/background/background_contents.h
@@ -57,6 +57,7 @@ class BackgroundContents : public extensions::DeferredStartRenderHost,
BackgroundContents(
scoped_refptr<content::SiteInstance> site_instance,
+ content::RenderFrameHost* opener,
int32_t routing_id,
int32_t main_frame_routing_id,
int32_t main_frame_widget_routing_id,
« no previous file with comments | « chrome/browser/android/document/document_web_contents_delegate.cc ('k') | chrome/browser/background/background_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698