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

Unified Diff: extensions/browser/extension_host.h

Issue 458323002: Change GuestViewInternalCreateGuestFunction to create the guest view using the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add test Created 6 years, 4 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: extensions/browser/extension_host.h
diff --git a/extensions/browser/extension_host.h b/extensions/browser/extension_host.h
index 24bd9ba1a1c975412afc59a697a73f1e417f09f0..da28c213a9ca9f1144b9feedc21c44ed871d2955 100644
--- a/extensions/browser/extension_host.h
+++ b/extensions/browser/extension_host.h
@@ -139,6 +139,9 @@ class ExtensionHost : public content::WebContentsDelegate,
void OnIncrementLazyKeepaliveCount();
void OnDecrementLazyKeepaliveCount();
+ // ExtensionFunctionDispatcher::Delegate
+ virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE;
+
// Delegate for functionality that cannot exist in the extensions module.
scoped_ptr<ExtensionHostDelegate> delegate_;

Powered by Google App Engine
This is Rietveld 408576698