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

Unified Diff: ash/test/shelf_view_test_api.cc

Issue 2820693004: shelf: Allow dragging items from main shelf to overflow shelf. (Closed)
Patch Set: Fix patch set 2 errors. Created 3 years, 8 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
« ash/shelf/shelf_view.cc ('K') | « ash/test/shelf_view_test_api.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/shelf_view_test_api.cc
diff --git a/ash/test/shelf_view_test_api.cc b/ash/test/shelf_view_test_api.cc
index 9bf2d8c7e260696b465a4da5f1da7bbb2acbc25e..9114e135f216f4b652459feddd919fc12d40e90e 100644
--- a/ash/test/shelf_view_test_api.cc
+++ b/ash/test/shelf_view_test_api.cc
@@ -162,8 +162,8 @@ bool ShelfViewTestAPI::IsRippedOffFromShelf() {
return shelf_view_->dragged_off_shelf_;
}
-bool ShelfViewTestAPI::DraggedItemFromOverflowToShelf() {
- return shelf_view_->dragged_off_from_overflow_to_shelf_;
+bool ShelfViewTestAPI::DraggedItemToAnotherShelf() {
+ return shelf_view_->dragged_to_another_shelf_;
}
ShelfButtonPressedMetricTracker*
« ash/shelf/shelf_view.cc ('K') | « ash/test/shelf_view_test_api.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698