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

Unified Diff: ui/android/view_android.h

Issue 1041823004: Remove java ViewAndroid class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: java PowerSaveBlocker Created 5 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
Index: ui/android/view_android.h
diff --git a/ui/android/view_android.h b/ui/android/view_android.h
index c0d719f37da932b3f3f6dc8414184a6735b3779b..2c70c4cabc3838f318a25937325703e7dcd7785b 100644
--- a/ui/android/view_android.h
+++ b/ui/android/view_android.h
@@ -23,10 +23,10 @@ class UI_ANDROID_EXPORT ViewAndroid {
WindowAndroid* GetWindowAndroid();
- base::android::ScopedJavaLocalRef<jobject> GetJavaObject();
+ base::android::ScopedJavaLocalRef<jobject> GetViewAndroidDelegate();
private:
- base::android::ScopedJavaGlobalRef<jobject> java_view_;
+ base::android::ScopedJavaGlobalRef<jobject> view_android_delegate_;
WindowAndroid* window_android_;
DISALLOW_COPY_AND_ASSIGN(ViewAndroid);

Powered by Google App Engine
This is Rietveld 408576698