Index: chrome/browser/resources/md_history/app.js |
diff --git a/chrome/browser/resources/md_history/app.js b/chrome/browser/resources/md_history/app.js |
index f7086611c5510e913caf87771de484f7cf6a14e6..a88bacdd747ba535717f41a00c8b1455ca93b5d8 100644 |
--- a/chrome/browser/resources/md_history/app.js |
+++ b/chrome/browser/resources/md_history/app.js |
@@ -201,6 +201,9 @@ Polymer({ |
searchTermChanged_: function(searchTerm) { |
this.set('queryParams_.q', searchTerm || null); |
this.$['history'].queryHistory(false); |
+ // TODO(tsergeant): Ignore incremental searches in this metric. |
+ if (this.queryState_.searchTerm) |
+ md_history.BrowserService.getInstance().recordAction('Search'); |
}, |
/** |