| 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 467f99bdc383898193e1ee806eee8e722d766797..ed4010737ecea9e07544907491cbe26a5b921530 100644
|
| --- a/chrome/browser/resources/md_history/constants.js
|
| +++ b/chrome/browser/resources/md_history/constants.js
|
| @@ -28,26 +28,3 @@ var HistoryRange = {
|
| WEEK: 1,
|
| MONTH: 2
|
| };
|
| -
|
| -// Types:
|
| -/**
|
| - * @typedef {{groupedOffset: number,
|
| - * incremental: boolean,
|
| - * querying: boolean,
|
| - * range: HistoryRange,
|
| - * searchTerm: string}}
|
| - */
|
| -var QueryState;
|
| -
|
| -/**
|
| - * @typedef {{info: ?HistoryQuery,
|
| - * results: ?Array<!HistoryEntry>,
|
| - * sessionList: ?Array<!ForeignSession>}}
|
| - */
|
| -var QueryResult;
|
| -
|
| -/** @constructor
|
| - * @extends {MouseEvent} */
|
| -var DomRepeatClickEvent = function() {
|
| - this.model = null;
|
| -};
|
|
|