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

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 nit 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
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;
Dan Beam 2016/03/10 18:57:14 nit: ForeignSession, HistorySession?
calamity 2016/03/14 02:29:39 Done.

Powered by Google App Engine
This is Rietveld 408576698