Chromium Code Reviews| 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, |