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

Unified Diff: chrome/browser/guestview/webview/webview_guest.h

Issue 24576003: <webview>: Change how plugin load works inside guests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 3 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/guestview/webview/webview_guest.h
diff --git a/chrome/browser/guestview/webview/webview_guest.h b/chrome/browser/guestview/webview/webview_guest.h
index 9fac5f9136e300950caa07cd72669f2f159a6241..b7f5eace481831ecef8233754839bce5bf60bd23 100644
--- a/chrome/browser/guestview/webview/webview_guest.h
+++ b/chrome/browser/guestview/webview/webview_guest.h
@@ -29,6 +29,7 @@ class WebViewGuest : public GuestView,
explicit WebViewGuest(content::WebContents* guest_web_contents);
static WebViewGuest* From(int embedder_process_id, int instance_id);
+ static WebViewGuest* FromWebContents(content::WebContents* contents);
// GuestView implementation.
virtual void Attach(content::WebContents* embedder_web_contents,
« no previous file with comments | « chrome/browser/guestview/webview/webview_constants.cc ('k') | chrome/browser/guestview/webview/webview_guest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698