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

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

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.js
diff --git a/chrome/browser/resources/md_history/side_bar.js b/chrome/browser/resources/md_history/side_bar.js
index ad1e757470bbae512ecb06c55fee06b6534e065e..8a9c56e43c1fe1d0378929b9d700a0a617628ef1 100644
--- a/chrome/browser/resources/md_history/side_bar.js
+++ b/chrome/browser/resources/md_history/side_bar.js
@@ -11,6 +11,8 @@ Polymer({
notify: true
},
+ route: Object,
+
showFooter: Boolean,
},
@@ -42,4 +44,12 @@ Polymer({
md_history.BrowserService.getInstance().openClearBrowsingData();
e.preventDefault();
},
+
+ /**
+ * @param {Object} route
+ * @private
+ */
+ getQueryString_: function(route) {
+ return window.location.search;
+ }
});
« no previous file with comments | « chrome/browser/resources/md_history/side_bar.html ('k') | chrome/browser/resources/md_history/synced_device_card.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698