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

Unified Diff: chrome/browser/guest_view/ad_view/ad_view_guest.h

Issue 272573005: <webview>: Move NewWindow API to chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@guestview_manager_rename
Patch Set: Merge with ToT 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/ad_view/ad_view_guest.h
diff --git a/chrome/browser/guest_view/ad_view/ad_view_guest.h b/chrome/browser/guest_view/ad_view/ad_view_guest.h
index 241c7d76a649177ac0d89244d7eb499fdeeca387..02bbbf58afceb3bb55f56c230f8080d96e0e4a9b 100644
--- a/chrome/browser/guest_view/ad_view/ad_view_guest.h
+++ b/chrome/browser/guest_view/ad_view/ad_view_guest.h
@@ -19,7 +19,8 @@
class AdViewGuest : public GuestView<AdViewGuest>,
public content::WebContentsObserver {
public:
- AdViewGuest(content::WebContents* guest_web_contents,
+ AdViewGuest(int guest_instance_id,
+ content::WebContents* guest_web_contents,
const std::string& extension_id);
static const char Type[];
« no previous file with comments | « chrome/browser/extensions/api/identity/web_auth_flow.cc ('k') | chrome/browser/guest_view/ad_view/ad_view_guest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698