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

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

Issue 2684493002: MD History: Delete Grouped History (Closed)
Patch Set: Rebase Created 3 years, 10 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 9971923d570328c7a58ef9e9033b1fdb6a04c3cc..550f0cebc848f256050d0111f3da627fe06f7365 100644
--- a/chrome/browser/resources/md_history/constants.js
+++ b/chrome/browser/resources/md_history/constants.js
@@ -33,8 +33,8 @@ var UMA_MAX_SUBSET_BUCKET_VALUE = 100;
*/
var HistoryPageViewHistogram = {
HISTORY: 0,
- GROUPED_WEEK: 1,
- GROUPED_MONTH: 2,
+ DEPRECATED_GROUPED_WEEK: 1,
+ DEPRECATED_GROUPED_MONTH: 2,
SYNCED_TABS: 3,
SIGNIN_PROMO: 4,
END: 5, // Should always be last.
@@ -63,12 +63,3 @@ var SyncedTabsHistogram = {
HIDE_FOR_NOW: 10,
LIMIT: 11 // Should always be the last one.
};
-
-/**
- * @enum {number}
- */
-var HistoryRange = {
- ALL_TIME: 0,
- WEEK: 1,
- MONTH: 2,
-};
« 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