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

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

Issue 1993613002: [MD History] Implement grouped history UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@privatize
Patch Set: Created 4 years, 7 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 54202c3bd0678dfb0bae72af5a48834f644f5a1e..ebb6ad533d1d169c4467a873af07a102c15c9a16 100644
--- a/chrome/browser/resources/md_history/constants.js
+++ b/chrome/browser/resources/md_history/constants.js
@@ -11,3 +11,13 @@
* @const
*/
var BROWSING_GAP_TIME = 15 * 60 * 1000;
+
tsergeant 2016/05/19 05:38:18 Nit: double blank line here.
calamity 2016/05/20 06:51:58 Done.
+
+/**
+ * @enum {number}
+ */
+var HistoryRange = {
+ ALL_TIME: 0,
+ WEEK: 1,
+ MONTH: 2
+};

Powered by Google App Engine
This is Rietveld 408576698