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

Unified Diff: chrome/browser/resources/md_bookmarks/app.html

Issue 2745993002: MD Bookmarks: Update URL router to work in new data binding system (Closed)
Patch Set: Change initialization, add integration test Created 3 years, 9 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/browser/resources/md_bookmarks/app.html
diff --git a/chrome/browser/resources/md_bookmarks/app.html b/chrome/browser/resources/md_bookmarks/app.html
index b4a21904783d79307f51044cbe74925bb91964be..4a60c1e2100ed3ff931838274823d4c5b55b6a33 100644
--- a/chrome/browser/resources/md_bookmarks/app.html
+++ b/chrome/browser/resources/md_bookmarks/app.html
@@ -1,6 +1,7 @@
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://bookmarks/api_listener.html">
<link rel="import" href="chrome://bookmarks/list.html">
+<link rel="import" href="chrome://bookmarks/router.html">
<link rel="import" href="chrome://bookmarks/shared_vars.html">
<link rel="import" href="chrome://bookmarks/sidebar.html">
<link rel="import" href="chrome://bookmarks/store.html">
@@ -37,6 +38,7 @@
<bookmarks-sidebar></bookmarks-sidebar>
<bookmarks-list></bookmarks-list>
</div>
+ <bookmarks-router></bookmarks-router>
</template>
<script src="chrome://bookmarks/app.js"></script>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698