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

Unified Diff: ui/base/android/window_android.cc

Issue 159173002: Refactor ActivityStatus to not store current activity (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed Comments Created 6 years, 10 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
« ui/base/android/window_android.h ('K') | « ui/base/android/window_android.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/android/window_android.cc
diff --git a/ui/base/android/window_android.cc b/ui/base/android/window_android.cc
index bacf023dbfb968ae9235bc77ffa5cdc1fc2e9be4..2cf3a1f38a6bad6676f12df7d3c8599068c99316 100644
--- a/ui/base/android/window_android.cc
+++ b/ui/base/android/window_android.cc
@@ -24,7 +24,7 @@ void WindowAndroid::Destroy(JNIEnv* env, jobject obj) {
delete this;
}
-ScopedJavaLocalRef<jobject> WindowAndroid::GetJavaObject() {
+ScopedJavaLocalRef<jobject> WindowAndroid::GetJavaObject() const {
return weak_java_window_.get(AttachCurrentThread());
}
« ui/base/android/window_android.h ('K') | « ui/base/android/window_android.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698