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

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

Issue 2103243002: Factor out ContentViewAndroidDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments chrome/webview Created 4 years, 5 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 24f9572853662750f9b1715a6211dafd33af74bd..87740e057ab0b3311dc8a380462f079cb1c1b429 100644
--- a/content/public/browser/android/content_view_core.h
+++ b/content/public/browser/android/content_view_core.h
@@ -49,8 +49,6 @@ class CONTENT_EXPORT ContentViewCore {
virtual void PauseOrResumeGeolocation(bool should_pause) = 0;
virtual ui::WindowAndroid* GetWindowAndroid() const = 0;
- virtual const base::android::JavaRef<jobject>& GetViewAndroidDelegate()
- const = 0;
virtual cc::Layer* GetLayer() const = 0;
protected:

Powered by Google App Engine
This is Rietveld 408576698