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

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

Issue 2804503002: MD Bookmarks: Allow 'complex' actions to access the page state directly (Closed)
Patch Set: Self-review 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/browser/resources/md_bookmarks/actions.html
diff --git a/chrome/browser/resources/md_bookmarks/actions.html b/chrome/browser/resources/md_bookmarks/actions.html
index 0af2983bb35f74b87ec56540ed60becce7633846..0b4e018f18877de73a08cb58103a4f1be6684e80 100644
--- a/chrome/browser/resources/md_bookmarks/actions.html
+++ b/chrome/browser/resources/md_bookmarks/actions.html
@@ -1,2 +1,4 @@
<link rel="import" href="chrome://resources/html/cr.html">
+<link rel="import" href="chrome://bookmarks/store.html">
<script src="chrome://bookmarks/actions.js"></script>
+<script src="chrome://bookmarks/complex_actions.js"></script>

Powered by Google App Engine
This is Rietveld 408576698