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

Unified Diff: chrome/test/data/webui/md_history/history_supervised_user_test.js

Issue 2800603002: MD WebUI: Pull 'X selected' toolbar overlay from History into shared element (Closed)
Patch Set: dbeam review comments 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: chrome/test/data/webui/md_history/history_supervised_user_test.js
diff --git a/chrome/test/data/webui/md_history/history_supervised_user_test.js b/chrome/test/data/webui/md_history/history_supervised_user_test.js
index 1d059a3bf23d4372247a1d7d544985a668051e6c..6e4e0358210b79e36280198f4c43163e37c16723 100644
--- a/chrome/test/data/webui/md_history/history_supervised_user_test.js
+++ b/chrome/test/data/webui/md_history/history_supervised_user_test.js
@@ -38,7 +38,7 @@ suite('history-list supervised-user', function() {
});
historyList.historyData_[0].selected = true;
- toolbar.onDeleteTap_();
+ toolbar.deleteSelectedItems();
});
test('remove history menu button disabled', function() {

Powered by Google App Engine
This is Rietveld 408576698