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

Unified Diff: chrome/browser/resources/md_history/constants.js

Issue 2230003002: MD History: Add lazy-render element for simple lazy initialization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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/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;
-};
« no previous file with comments | « chrome/browser/resources/md_history/compiled_resources2.gyp ('k') | chrome/browser/resources/md_history/externs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698