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

Unified Diff: ui/android/view_android.cc

Issue 2827263006: Revert "Refactor ContentViewClient (6/6)" (Closed)
Patch Set: Revert "Let ImeAdapterAndroid have the same lifecycle as its Java peer" Created 3 years, 8 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 | « ui/android/view_android.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/view_android.cc
diff --git a/ui/android/view_android.cc b/ui/android/view_android.cc
index 15e51a0042ca48b6eb5c29d0bbbc6cafdb9541a3..fddff015356737cfc882f6f2db8e7af9a8dba758 100644
--- a/ui/android/view_android.cc
+++ b/ui/android/view_android.cc
@@ -271,14 +271,6 @@ void ViewAndroid::OnBottomControlsChanged(float bottom_controls_offset,
env, delegate, bottom_controls_offset, bottom_content_offset);
}
-int ViewAndroid::GetSystemWindowInsetBottom() {
- ScopedJavaLocalRef<jobject> delegate(GetViewAndroidDelegate());
- if (delegate.is_null())
- return 0;
- JNIEnv* env = base::android::AttachCurrentThread();
- return Java_ViewAndroidDelegate_getSystemWindowInsetBottom(env, delegate);
-}
-
bool ViewAndroid::OnTouchEvent(const MotionEventAndroid& event,
bool for_touch_handle) {
return HitTest(
« no previous file with comments | « ui/android/view_android.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698