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

Unified Diff: chrome/browser/resources/md_history/side_bar.html

Issue 2068613002: [MD History] Add URL parameter for search. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@routing
Patch Set: remove_var Created 4 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_history/side_bar.html
diff --git a/chrome/browser/resources/md_history/side_bar.html b/chrome/browser/resources/md_history/side_bar.html
index a65ea0367d1ca49e26f15ed8a4a77c2cde465af6..b1f339a19d0d530eba3ee491a2b57ad62b6587d4 100644
--- a/chrome/browser/resources/md_history/side_bar.html
+++ b/chrome/browser/resources/md_history/side_bar.html
@@ -118,10 +118,11 @@
selectable=".page-item" attr-for-selected="path"
fallback-selection="history"
on-iron-activate="onSelectorActivate_">
- <a href="/" class="page-item" path="history">
+ <a href="/[[getQueryString_(route)]]" class="page-item" path="history">
$i18n{historyMenuItem}
</a>
- <a href="/syncedTabs" class="page-item" path="syncedTabs">
+ <a href="/syncedTabs[[getQueryString_(route)]]" class="page-item"
+ path="syncedTabs">
$i18n{openTabsMenuItem}
</a>
<div class="separator"></div>
« no previous file with comments | « chrome/browser/resources/md_history/list_container.js ('k') | chrome/browser/resources/md_history/side_bar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698