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

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

Issue 2898303004: [MD Bookmarks] Add toasts. (Closed)
Patch Set: fix nits Created 3 years, 6 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_bookmarks/command_manager_test.js
diff --git a/chrome/test/data/webui/md_bookmarks/command_manager_test.js b/chrome/test/data/webui/md_bookmarks/command_manager_test.js
index 2eab6fea87e277384f09a89e981d785f427cd7f8..a616a69cc81185e39677043b08dc24e87a2c11f5 100644
--- a/chrome/test/data/webui/md_bookmarks/command_manager_test.js
+++ b/chrome/test/data/webui/md_bookmarks/command_manager_test.js
@@ -43,6 +43,8 @@ suite('<bookmarks-command-manager>', function() {
commandManager = new TestCommandManager();
replaceBody(commandManager);
+ document.body.appendChild(
+ document.createElement('bookmarks-toast-manager'));
Polymer.dom.flush();
});
« no previous file with comments | « chrome/browser/ui/webui/plural_string_handler.cc ('k') | chrome/test/data/webui/md_bookmarks/md_bookmarks_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698