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

Unified Diff: chrome/browser/resources/md_bookmarks/constants.js

Issue 2960143002: MD Bookmarks: Remove '/?id=1' from URL when displaying Bookmarks Bar (Closed)
Patch Set: Review comments Created 3 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/resources/md_bookmarks/router.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_bookmarks/constants.js
diff --git a/chrome/browser/resources/md_bookmarks/constants.js b/chrome/browser/resources/md_bookmarks/constants.js
index b3e0429cc1c034bd8c010a16afcc609383960ecf..2987e07db9a01e5e4cc48df04151c1da1f5dd4a0 100644
--- a/chrome/browser/resources/md_bookmarks/constants.js
+++ b/chrome/browser/resources/md_bookmarks/constants.js
@@ -57,5 +57,8 @@ var LOCAL_STORAGE_TREE_WIDTH_KEY = 'treeWidth';
/** @const */
var ROOT_NODE_ID = '0';
+/** @const */
+var BOOKMARKS_BAR_ID = '1';
+
/** @const {number} */
var OPEN_CONFIRMATION_LIMIT = 15;
« no previous file with comments | « no previous file | chrome/browser/resources/md_bookmarks/router.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698