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

Unified Diff: chrome/browser/guest_view/web_view/web_view_guest.h

Issue 258373002: Towards moving guest management to chrome: Introduce GuestViewManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Android build Created 6 years, 7 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/guest_view/web_view/web_view_guest.h
diff --git a/chrome/browser/guest_view/web_view/web_view_guest.h b/chrome/browser/guest_view/web_view/web_view_guest.h
index 7112fa8966ce492ea4554d3e0070b5bd81869cde..9495556eb4892bf127b7f46320af30771a2ec77b 100644
--- a/chrome/browser/guest_view/web_view/web_view_guest.h
+++ b/chrome/browser/guest_view/web_view/web_view_guest.h
@@ -41,7 +41,8 @@ class WebViewGuest : public GuestView<WebViewGuest>,
public content::WebContentsObserver {
public:
WebViewGuest(content::WebContents* guest_web_contents,
- const std::string& embedder_extension_id);
+ const std::string& embedder_extension_id,
+ const base::WeakPtr<GuestViewBase>& opener);
// Returns guestview::kInstanceIDNone if |contents| does not correspond to a
// WebViewGuest.
« no previous file with comments | « chrome/browser/guest_view/guest_view_manager.cc ('k') | chrome/browser/guest_view/web_view/web_view_guest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698