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

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

Issue 2238163002: [MD History] Add UMA stats for switching views and the CBD button. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@start_focus_in_search_bar
Patch Set: add test, add grouped history Created 4 years, 4 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/list_container.html
diff --git a/chrome/browser/resources/md_history/list_container.html b/chrome/browser/resources/md_history/list_container.html
index 2bac3449832ceeed5ab7aa1126e269bdbe5a7879..aaf86e2d70539f22b00dc1dba6d402ee317ae5ae 100644
--- a/chrome/browser/resources/md_history/list_container.html
+++ b/chrome/browser/resources/md_history/list_container.html
@@ -32,7 +32,7 @@
searched-term="[[queryResult.info.term]]"></history-list>
<template is="dom-if" if="[[grouped]]">
<history-grouped-list id="grouped-list"
- range="[[queryState.range]]"
+ range="[[groupedRange]]"
query-start-time="[[queryResult.info.queryStartTime]]"
query-end-time="[[queryResult.info.queryEndTime]]"
searched-term="[[queryResult.info.term]]">

Powered by Google App Engine
This is Rietveld 408576698