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

Unified Diff: chrome/test/data/webui/md_bookmarks/dnd_manager_test.js

Issue 2845243003: [MD Bookmarks] Fix drag and drop on Mac. (Closed)
Patch Set: fix test 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
« no previous file with comments | « chrome/browser/resources/md_bookmarks/dnd_manager.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/md_bookmarks/dnd_manager_test.js
diff --git a/chrome/test/data/webui/md_bookmarks/dnd_manager_test.js b/chrome/test/data/webui/md_bookmarks/dnd_manager_test.js
index fea2865b19f24152a353d573e754e121dc646259..15f6f9a0d38e45ab8a8c3860be95e8d2fbfaa8d9 100644
--- a/chrome/test/data/webui/md_bookmarks/dnd_manager_test.js
+++ b/chrome/test/data/webui/md_bookmarks/dnd_manager_test.js
@@ -109,7 +109,7 @@ suite('drag and drop', function() {
list = app.$$('bookmarks-list');
rootFolderNode = app.$$('bookmarks-folder-node');
dndManager = app.dndManager_;
- dndManager.dropIndicator_.disableTimeoutForTesting();
+ dndManager.disableTimeoutsForTesting();
Polymer.dom.flush();
});
« no previous file with comments | « chrome/browser/resources/md_bookmarks/dnd_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698