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

Unified Diff: ui/android/window_android.h

Issue 2765443004: AndroidOverlay implementation using Dialog. (Closed)
Patch Set: fixed test 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/java/src/org/chromium/ui/base/WindowAndroid.java ('k') | ui/android/window_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/window_android.h
diff --git a/ui/android/window_android.h b/ui/android/window_android.h
index 58a3d4905ac862c877a9ab218d1bc07648ebb5c5..efb267991dec6e80d345a69c063d295786f3e9b2 100644
--- a/ui/android/window_android.h
+++ b/ui/android/window_android.h
@@ -86,6 +86,9 @@ class UI_ANDROID_EXPORT WindowAndroid : public ViewAndroid {
static WindowAndroid* CreateForTesting();
void DestroyForTesting();
+ // Return the window token for this window, if one exists.
+ base::android::ScopedJavaLocalRef<jobject> GetWindowToken();
+
private:
class WindowBeginFrameSource;
friend class DisplayAndroidManager;
« no previous file with comments | « ui/android/java/src/org/chromium/ui/base/WindowAndroid.java ('k') | ui/android/window_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698