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

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

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
Index: ui/base/android/window_android.h
diff --git a/ui/base/android/window_android.h b/ui/base/android/window_android.h
index 5e6532eac8060b25b5e02a21a9b29115abf2b5aa..d9386981795608672bdfbaf9da24cc0e80747f44 100644
--- a/ui/base/android/window_android.h
+++ b/ui/base/android/window_android.h
@@ -24,7 +24,7 @@ class UI_BASE_EXPORT WindowAndroid {
void Destroy(JNIEnv* env, jobject obj);
- base::android::ScopedJavaLocalRef<jobject> GetJavaObject();
+ base::android::ScopedJavaLocalRef<jobject> GetJavaObject() const;
Ted C 2014/02/13 04:38:44 Hmm...why is this const? Allowing const to access
David Trainor- moved to gerrit 2014/02/13 05:03:55 Dogh! I passed a const WindowAndroid* through in
David Trainor- moved to gerrit 2014/02/14 19:13:36 Done.
static bool RegisterWindowAndroid(JNIEnv* env);

Powered by Google App Engine
This is Rietveld 408576698