| Index: chrome/browser/resources/history/externs.js
|
| diff --git a/chrome/browser/resources/history/externs.js b/chrome/browser/resources/history/externs.js
|
| index 354d0ff7fb9b022f5be3e107263331f6928e2a9a..f3637893d784d04d0e16ea5862e019f085d432c7 100644
|
| --- a/chrome/browser/resources/history/externs.js
|
| +++ b/chrome/browser/resources/history/externs.js
|
| @@ -9,7 +9,7 @@
|
|
|
| /**
|
| * The type of the history result object. The definition is based on
|
| - * chrome/browser/ui/webui/history_ui.cc:
|
| + * chrome/browser/ui/webui/browsing_history_handler.cc:
|
| * BrowsingHistoryHandler::HistoryEntry::ToValue()
|
| * @typedef {{allTimestamps: Array<number>,
|
| * blockedVisit: boolean,
|
| @@ -31,7 +31,7 @@ var HistoryEntry;
|
|
|
| /**
|
| * The type of the history results info object. The definition is based on
|
| - * chrome/browser/ui/webui/history_ui.cc:
|
| + * chrome/browser/ui/webui/browsing_history_handler.cc:
|
| * BrowsingHistoryHandler::QueryComplete()
|
| * @typedef {{finished: boolean,
|
| * hasSyncedResults: boolean,
|
| @@ -40,3 +40,15 @@ var HistoryEntry;
|
| * term: string}}
|
| */
|
| var HistoryQuery;
|
| +
|
| +/**
|
| + * The type of the session info object. This definition is based on
|
| + * chrome/browser/ui/webui/foreign_session_handler.cc:
|
| + * @typedef {{collapsed: boolean,
|
| + * deviceType: string,
|
| + * name: string,
|
| + * modifiedTime: string,
|
| + * tag: string,
|
| + * windows: Array}}
|
| + */
|
| +var Session;
|
|
|