From 4459d9c577aca397fa7fe5d61ae78216b6e2b64b Mon Sep 17 00:00:00 2001 From: "skuhne@chromium.org" Date: Mon, 13 May 2013 16:41:26 +0000 Subject: Second drag and drop patch & unit tests Since the proxy icon cannot be moved on Windows as it is done on ASH, the proxy functionality had to move into the drag and drop host as well. BUG=166429 TEST=unittest Review URL: https://chromiumcodereview.appspot.com/14683010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199741 0039d316-1c4b-4281-b951-d872f2087c98 --- ash/test/launcher_view_test_api.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ash/test') diff --git a/ash/test/launcher_view_test_api.h b/ash/test/launcher_view_test_api.h index f44f617..35cb444 100644 --- a/ash/test/launcher_view_test_api.h +++ b/ash/test/launcher_view_test_api.h @@ -51,6 +51,9 @@ class LauncherViewTestAPI { // Runs message loop and waits until all add/remove animations are done. void RunMessageLoopUntilAnimationsDone(); + // An accessor for |launcher_view|. + internal::LauncherView* launcher_view() { return launcher_view_; } + private: internal::LauncherView* launcher_view_; -- cgit v1.1