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

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

Issue 525793002: Make WebContentsObserver::web_contents() public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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: chrome/browser/guest_view/web_view/chrome_web_view_guest_delegate.h
diff --git a/chrome/browser/guest_view/web_view/chrome_web_view_guest_delegate.h b/chrome/browser/guest_view/web_view/chrome_web_view_guest_delegate.h
index 19d23dd542927edfd8641f09d103ae4f72cda211..23da48da6e48fb35cd5519ec877fac3555592127 100644
--- a/chrome/browser/guest_view/web_view/chrome_web_view_guest_delegate.h
+++ b/chrome/browser/guest_view/web_view/chrome_web_view_guest_delegate.h
@@ -61,7 +61,7 @@ class ChromeWebViewGuestDelegate : public extensions::WebViewGuestDelegate {
bool final_update);
content::WebContents* guest_web_contents() const {
- return web_view_guest()->guest_web_contents();
+ return web_view_guest()->web_contents();
}
// Returns the top level items (ignoring submenus) as Value.

Powered by Google App Engine
This is Rietveld 408576698