| Index: chrome/browser/resources/md_history/constants.js
|
| diff --git a/chrome/browser/resources/md_history/constants.js b/chrome/browser/resources/md_history/constants.js
|
| index 57c885da0b7319e972e1f91872a0ac977c0dbd54..8c4796edbf45fb6b465bac2dfd4184e442801a70 100644
|
| --- a/chrome/browser/resources/md_history/constants.js
|
| +++ b/chrome/browser/resources/md_history/constants.js
|
| @@ -38,3 +38,10 @@ var HistoryRange = {
|
| * searchTerm: string}}
|
| */
|
| var QueryState;
|
| +
|
| +/**
|
| + * @typedef {{info: ?HistoryQuery,
|
| + * results: ?Array<!HistoryEntry>,
|
| + * sessionList: ?Array<!ForeignSession>}}
|
| + */
|
| +var QueryResult;
|
|
|