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

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

Issue 1076173002: Files.app: Add metrics of RAW file loading time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed. Created 5 years, 8 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
« no previous file with comments | « no previous file | ui/file_manager/file_manager/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a25dc1e9b774593c1f407555dee1116c347e2b59..33559b18d1e225dee2fcf4425a8b5b8f21a89ece 100644
--- a/ui/file_manager/file_manager/common/js/metrics_events.js
+++ b/ui/file_manager/file_manager/common/js/metrics_events.js
@@ -144,5 +144,6 @@ metrics.timing = metrics.timing || {};
metrics.timing.Variables = {
COMPUTE_HASH: 'Compute Content Hash',
SEARCH_BY_HASH: 'Search By Hash',
- HISTORY_LOAD: 'History Load'
+ HISTORY_LOAD: 'History Load',
+ EXTRACT_THUMBNAIL_FROM_RAW: 'Extract Thumbnail From RAW'
};
« no previous file with comments | « no previous file | ui/file_manager/file_manager/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698