Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1815)

Unified Diff: chrome/browser/resources/history/externs.js

Issue 1729263005: MD History: Display synced tabs history. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mdh_shared_styles
Patch Set: address_comments Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/md_history/compiled_resources2.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..aed28eeb34ade08409660856a285c0ef657a5514 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,27 @@ var HistoryEntry;
* term: string}}
*/
var HistoryQuery;
+
+/**
+ * The type of the foreign 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 ForeignSession;
+
+/**
+ * The type of the foreign session tab object. This definition is based on
+ * chrome/browser/ui/webui/foreign_session_handler.cc:
+ * @typedef {{direction: string,
+ * sessionId: number,
+ * timestamp: number,
+ * title: string,
+ * type: string,
+ * url: string}}
+ */
+var ForeignSessionTab;
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/md_history/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698