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

Unified Diff: ui/file_manager/file_manager/common/js/metrics_events.js

Issue 933553003: Files.app: Analytics tweaks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: ui/file_manager/file_manager/common/js/metrics_events.js
diff --git a/ui/file_manager/file_manager/common/js/metrics_events.js b/ui/file_manager/file_manager/common/js/metrics_events.js
index ab5cabd8103da25bb3048ce8dcb9ec27266ee330..df0f8480094a3d57551a7b50b674608ad9e43e75 100644
--- a/ui/file_manager/file_manager/common/js/metrics_events.js
+++ b/ui/file_manager/file_manager/common/js/metrics_events.js
@@ -84,7 +84,10 @@ metrics.ImportEvents = {
.action('Files Deduped By History'),
CONTENT_DEDUPE_COUNT: metrics.event.Builders_.IMPORT
- .action('Files Deduped By Content')
+ .action('Files Deduped By Content'),
+
+ HISTORY_CHANGED: metrics.event.Builders_.IMPORT
+ .action('History Changed')
};
// namespace

Powered by Google App Engine
This is Rietveld 408576698