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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/md_bookmarks/router.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 /** 5 /**
6 * Enumeration of valid drop locations relative to an element. These are 6 * Enumeration of valid drop locations relative to an element. These are
7 * bit masks to allow combining multiple locations in a single value. 7 * bit masks to allow combining multiple locations in a single value.
8 * @enum {number} 8 * @enum {number}
9 * @const 9 * @const
10 */ 10 */
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 50
51 /** @const */ 51 /** @const */
52 var LOCAL_STORAGE_CLOSED_FOLDERS_KEY = 'closedState'; 52 var LOCAL_STORAGE_CLOSED_FOLDERS_KEY = 'closedState';
53 53
54 /** @const */ 54 /** @const */
55 var LOCAL_STORAGE_TREE_WIDTH_KEY = 'treeWidth'; 55 var LOCAL_STORAGE_TREE_WIDTH_KEY = 'treeWidth';
56 56
57 /** @const */ 57 /** @const */
58 var ROOT_NODE_ID = '0'; 58 var ROOT_NODE_ID = '0';
59 59
60 /** @const */
61 var BOOKMARKS_BAR_ID = '1';
62
60 /** @const {number} */ 63 /** @const {number} */
61 var OPEN_CONFIRMATION_LIMIT = 15; 64 var OPEN_CONFIRMATION_LIMIT = 15;
OLDNEW
« 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