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

Unified Diff: content/public/browser/android/content_view_core.h

Issue 10952029: Remove native side of content_view_client (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
Index: content/public/browser/android/content_view_core.h
diff --git a/content/public/browser/android/content_view_core.h b/content/public/browser/android/content_view_core.h
index 0c38fb1251c591354c2f4c5f6b8eac8c301e273a..c7199d41a455311558cc55acc55bed57b405558d 100644
--- a/content/public/browser/android/content_view_core.h
+++ b/content/public/browser/android/content_view_core.h
@@ -46,6 +46,7 @@ class ContentViewCore {
// --------------------------------------------------------------------------
// Methods called from native code
// --------------------------------------------------------------------------
+ virtual content::WebContents* web_contents() const = 0;
Ted C 2012/09/20 17:28:45 Nilesh added GetWebContents in: http://codereview.
virtual base::android::ScopedJavaLocalRef<jobject> GetJavaObject() = 0;

Powered by Google App Engine
This is Rietveld 408576698