| 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,
|
|
|