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

Unified Diff: chrome/test/base/interactive_test_utils.h

Issue 2322253004: Drag and dropping text, parsable as url (Closed)
Patch Set: Moving url logic out of os_exchange_data Created 4 years, 3 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: chrome/test/base/interactive_test_utils.h
diff --git a/chrome/test/base/interactive_test_utils.h b/chrome/test/base/interactive_test_utils.h
index f0ccc770f2a8cfae8ca6437cdfc83364527badf7..4067a0dd1e0b1a4bac5b282c227049f979742ec3 100644
--- a/chrome/test/base/interactive_test_utils.h
+++ b/chrome/test/base/interactive_test_utils.h
@@ -137,8 +137,13 @@ void MoveMouseToCenterAndPress(views::View* view,
gfx::Point GetCenterInScreenCoordinates(const views::View* view);
#endif
-namespace internal {
+bool DragAnDrop(const gfx::Point& start, const gfx::Point& end);
dyaroshev 2016/09/14 17:12:05 Once again forgot to revert this file
+
+bool DragAndDrop(const gfx::Point& start,
+ const gfx::Point& end,
+ base::Closure do_while_drugging);
+namespace internal {
// A utility function to send a mouse click event in a closure. It's shared by
// ui_controls_linux.cc and ui_controls_mac.cc
void ClickTask(ui_controls::MouseButton button,

Powered by Google App Engine
This is Rietveld 408576698