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

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

Issue 2570253002: [MD History] Fix toolbar dates in grouped mode. (Closed)
Patch Set: use date interval format 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
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 || ''
};
}

Powered by Google App Engine
This is Rietveld 408576698