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

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

Issue 2960143002: MD Bookmarks: Remove '/?id=1' from URL when displaying Bookmarks Bar (Closed)
Patch Set: Tweak logic to remove extra dispatch, add tests 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
Index: chrome/browser/resources/md_bookmarks/router.html
diff --git a/chrome/browser/resources/md_bookmarks/router.html b/chrome/browser/resources/md_bookmarks/router.html
index f9308fdcf1803c33aa65c26cd2f4b27c6c533902..ba6454b2cb2013b3db7ab70b06d65394414f3cca 100644
--- a/chrome/browser/resources/md_bookmarks/router.html
+++ b/chrome/browser/resources/md_bookmarks/router.html
@@ -7,7 +7,7 @@
<dom-module id="bookmarks-router">
<template>
- <iron-location query="{{query}}"></iron-location>
+ <iron-location query="{{query}}" dwell-time="200"></iron-location>
calamity 2017/07/05 04:04:38 Is this just because 2s felt too long?
tsergeant 2017/07/05 07:37:36 Yeah. I was hitting it occasionally, and it's real
<iron-query-params params-string="{{query}}"
params-object="{{queryParams_}}"></iron-query-params>
</template>

Powered by Google App Engine
This is Rietveld 408576698