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

Unified Diff: ash/test/shelf_view_test_api.h

Issue 2820693004: shelf: Allow dragging items from main shelf to overflow shelf. (Closed)
Patch Set: 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
Index: ash/test/shelf_view_test_api.h
diff --git a/ash/test/shelf_view_test_api.h b/ash/test/shelf_view_test_api.h
index fbb35c2c1faff89802ce6aed36f187fbfc169222..034068e97cd7c1911d9cabd10ca2faffbbcbf7a1 100644
--- a/ash/test/shelf_view_test_api.h
+++ b/ash/test/shelf_view_test_api.h
@@ -116,8 +116,9 @@ class ShelfViewTestAPI {
// Returns true if item is ripped off.
bool IsRippedOffFromShelf();
- // Returns true if an item is ripped off and entered into shelf.
- bool DraggedItemFromOverflowToShelf();
+ // Returns true if an item is ripped off one shelf and entered into other
msw 2017/04/17 19:29:10 nit: // True when an item is dragged from one shel
sammiequon 2017/04/17 23:42:29 Done.
+ // shelf.
+ bool DraggedItemFromShelfToOtherShelf();
msw 2017/04/17 19:29:10 nit: rename to match member name
sammiequon 2017/04/17 23:42:29 Done.
// An accessor for |shelf_button_pressed_metric_tracker_|.
ShelfButtonPressedMetricTracker* shelf_button_pressed_metric_tracker();

Powered by Google App Engine
This is Rietveld 408576698