diff options
author | skuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-13 16:41:26 +0000 |
---|---|---|
committer | skuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-13 16:41:26 +0000 |
commit | 4459d9c577aca397fa7fe5d61ae78216b6e2b64b (patch) | |
tree | db40a1e22ca6771b71997bf497f94f39843ff4cc /ash/test | |
parent | fe307c382b5b924ba4e72ba5832fbabcf72fe6f1 (diff) | |
download | chromium_src-4459d9c577aca397fa7fe5d61ae78216b6e2b64b.zip chromium_src-4459d9c577aca397fa7fe5d61ae78216b6e2b64b.tar.gz chromium_src-4459d9c577aca397fa7fe5d61ae78216b6e2b64b.tar.bz2 |
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
Diffstat (limited to 'ash/test')
-rw-r--r-- | ash/test/launcher_view_test_api.h | 3 |
1 files changed, 3 insertions, 0 deletions
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_; |