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

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: rebase 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 045bcf3f555479e2ce05305b157e2cf633ca2f6b..cb71e967469d7850c397da174958913ea863c1b6 100644
--- a/chrome/browser/resources/md_history/side_bar.html
+++ b/chrome/browser/resources/md_history/side_bar.html
@@ -97,10 +97,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>

Powered by Google App Engine
This is Rietveld 408576698