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

Unified Diff: content/browser/android/content_view_core_impl.h

Issue 10908285: Add WebContents accessor in ContentViewCore interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/content_view_core_impl.h
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
index adc40f3bb9586fda077c6ce938c49e0428e27845..32fcb28391b64e044ab089777c41049abc6b71bc 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -169,8 +169,7 @@ class ContentViewCoreImpl : public ContentViewCore,
gfx::Rect GetBounds() const;
- WebContents* web_contents() const { return web_contents_; }
-
+ virtual WebContents* web_contents() const OVERRIDE;
Ted C 2012/09/17 18:19:44 Hmm...I thought the hacker style naming was only f
jam 2012/09/18 19:15:22 correct, this should be GetWebContents() web_cont
nilesh 2012/09/18 20:47:12 Renamed to GetWebContents()
virtual void LoadUrl(NavigationController::LoadURLParams& params) OVERRIDE;
private:
« no previous file with comments | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698