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

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: fix_test 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 8a2323a64f276ddc1b50d9e940c0f8acfeb02ed0..7eb68a40f18bf5e6cae7c65d5f8a85f49febd463 100644
--- a/chrome/browser/resources/md_history/list_container.html
+++ b/chrome/browser/resources/md_history/list_container.html
@@ -33,7 +33,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]]">
« no previous file with comments | « chrome/browser/resources/md_history/constants.js ('k') | chrome/browser/resources/md_history/list_container.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698