| Index: chrome/browser/ui/webui/browsing_history_handler.cc
|
| diff --git a/chrome/browser/ui/webui/browsing_history_handler.cc b/chrome/browser/ui/webui/browsing_history_handler.cc
|
| index a951127e171211f48d21c04258d63c22e13a3f47..c7accdef2d05131855ee58b263cd78ab60b24a64 100644
|
| --- a/chrome/browser/ui/webui/browsing_history_handler.cc
|
| +++ b/chrome/browser/ui/webui/browsing_history_handler.cc
|
| @@ -522,6 +522,8 @@ void BrowsingHistoryHandler::OnQueryComplete(
|
| "queryEndTime",
|
| GetRelativeDateLocalized(clock_.get(), query_results_info->end_time));
|
|
|
| + // TODO(calamity): Clean up grouped-specific fields once grouped history is
|
| + // removed.
|
| results_info.SetString(
|
| "queryStartMonth",
|
| base::TimeFormatMonthAndYear(query_results_info->start_time));
|
|
|