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

Unified Diff: ui/android/window_android.h

Issue 2135493002: Support dragging texts out of webview/Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Workaround b/30148704 Created 4 years, 5 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.cc ('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 258afcd355fbf43d332426a29d5439b5d2ea700b..f71f87e1d62bda39662d9b503953b08de920d8c0 100644
--- a/ui/android/window_android.h
+++ b/ui/android/window_android.h
@@ -75,6 +75,10 @@ class UI_ANDROID_EXPORT WindowAndroid {
bool CanRequestPermission(const std::string& permission);
static WindowAndroid* createForTesting();
+ void StartDragAndDrop(
+ const base::android::JavaRef<jobject>& jview_android_delegate,
+ const base::android::JavaRef<jstring>& jtext,
+ const base::android::JavaRef<jobject>& jimage);
private:
~WindowAndroid();
« no previous file with comments | « ui/android/view_android.cc ('k') | ui/android/window_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698