| Index: chrome/browser/resources/history/history.js
|
| diff --git a/chrome/browser/resources/history/history.js b/chrome/browser/resources/history/history.js
|
| index 3ea486d1f9acf527550d3a3c5a61a9d224952454..0cb2aff1a1b6805c101c8ff9a459b32b11dae884 100644
|
| --- a/chrome/browser/resources/history/history.js
|
| +++ b/chrome/browser/resources/history/history.js
|
| @@ -46,39 +46,6 @@ var SupervisedUserFilteringBehavior = {
|
| };
|
|
|
| /**
|
| - * The type of the history result object. The definition is based on
|
| - * chrome/browser/ui/webui/history_ui.cc:
|
| - * BrowsingHistoryHandler::HistoryEntry::ToValue()
|
| - * @typedef {{allTimestamps: Array<number>,
|
| - * blockedVisit: (boolean|undefined),
|
| - * dateRelativeDay: (string|undefined),
|
| - * dateShort: string,
|
| - * dateTimeOfDay: (string|undefined),
|
| - * deviceName: string,
|
| - * deviceType: string,
|
| - * domain: string,
|
| - * hostFilteringBehavior: (number|undefined),
|
| - * snippet: (string|undefined),
|
| - * starred: boolean,
|
| - * time: number,
|
| - * title: string,
|
| - * url: string}}
|
| - */
|
| -var HistoryEntry;
|
| -
|
| -/**
|
| - * The type of the history results info object. The definition is based on
|
| - * chrome/browser/ui/webui/history_ui.cc:
|
| - * BrowsingHistoryHandler::QueryComplete()
|
| - * @typedef {{finished: boolean,
|
| - * hasSyncedResults: (boolean|undefined),
|
| - * queryEndTime: string,
|
| - * queryStartTime: string,
|
| - * term: string}}
|
| - */
|
| -var HistoryQuery;
|
| -
|
| -/**
|
| * Returns true if the mobile (non-desktop) version is being shown.
|
| * @return {boolean} true if the mobile version is being shown.
|
| */
|
|
|