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

Unified Diff: chrome/test/data/webui/md_history/test_util.js

Issue 2570253002: [MD History] Fix toolbar dates in grouped mode. (Closed)
Patch Set: rebase Created 3 years, 11 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
« no previous file with comments | « chrome/test/data/webui/md_history/history_grouped_list_test.js ('k') | components/history_strings.grdp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/md_history/test_util.js
diff --git a/chrome/test/data/webui/md_history/test_util.js b/chrome/test/data/webui/md_history/test_util.js
index 50624e4955dce83c941b7d17f223484e3c89432c..b09085d595daf778326bc299c7fc8f2fb187bfd8 100644
--- a/chrome/test/data/webui/md_history/test_util.js
+++ b/chrome/test/data/webui/md_history/test_util.js
@@ -90,8 +90,8 @@ function createHistoryInfo(searchTerm) {
return {
finished: true,
hasSyncedResults: false,
- queryEndTime: 'Monday',
- queryStartTime: 'Tuesday',
+ queryInterval: 'Monday - Tuesday',
+ queryMonth: 'June',
term: searchTerm || ''
};
}
« no previous file with comments | « chrome/test/data/webui/md_history/history_grouped_list_test.js ('k') | components/history_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698