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

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

Issue 2746363013: [MD Bookmarks] Add a drag and drop indicator to bookmarks. (Closed)
Patch Set: 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/dnd_manager.html
diff --git a/chrome/browser/resources/md_bookmarks/dnd_manager.html b/chrome/browser/resources/md_bookmarks/dnd_manager.html
new file mode 100644
index 0000000000000000000000000000000000000000..a6f61eb3e0e62e3f9410d54939663c094ea0da84
--- /dev/null
+++ b/chrome/browser/resources/md_bookmarks/dnd_manager.html
@@ -0,0 +1,5 @@
+<link rel="import" href="chrome://resources/html/polymer.html">
+<script src="chrome://bookmarks/dnd_manager.js"></script>
+
+<dom-module id="bookmarks-dnd-manager">
tsergeant 2017/03/20 03:01:49 I believe you don't even need the dom-module if th
calamity 2017/03/22 05:29:52 Acknowledged.
+</dom-module>

Powered by Google App Engine
This is Rietveld 408576698