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

Unified Diff: ui/file_manager/file_manager/foreground/js/main_scripts.js

Issue 918713003: Files.app: Add analytics code to instrument cloud import flows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reorg/rename metrics events. Fix a metrics loading bug. 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/foreground/js/main_scripts.js
diff --git a/ui/file_manager/file_manager/foreground/js/main_scripts.js b/ui/file_manager/file_manager/foreground/js/main_scripts.js
index c18ed46f870547b4c0283dc13cc525153cfc97e3..bd5a7270e29abfec36b9f6c36be94ee958f5c1d0 100644
--- a/ui/file_manager/file_manager/foreground/js/main_scripts.js
+++ b/ui/file_manager/file_manager/foreground/js/main_scripts.js
@@ -67,6 +67,8 @@
//<include src="../../../../webui/resources/js/cr/ui/context_menu_handler.js">
//
//<include src="../../../../webui/resources/js/analytics.js">
+// metrics_events.js must be loaded after the analytics package.
+//<include src="../../common/js/metrics_events.js">
(function() {
// 'strict mode' is invoked for this scope.
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/import_controller.js ('k') | ui/file_manager/file_manager/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698