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

Unified Diff: ui/file_manager/image_loader/image_loader_client_unittest.js

Issue 2346683004: Update chrome.metricsPrivate externs and make closure fixes (Closed)
Patch Set: fix file manager test Created 4 years, 3 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 | « ui/file_manager/image_loader/image_loader_client.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/image_loader/image_loader_client_unittest.js
diff --git a/ui/file_manager/image_loader/image_loader_client_unittest.js b/ui/file_manager/image_loader/image_loader_client_unittest.js
index ce56ae29739531cc1a8dbeacea0729568a702894..dc31dcd1640e99f8fa051c0db47d0676dca99f54 100644
--- a/ui/file_manager/image_loader/image_loader_client_unittest.js
+++ b/ui/file_manager/image_loader/image_loader_client_unittest.js
@@ -6,6 +6,10 @@
var chrome = {
metricsPrivate: {
+ MetricTypeType: {
+ HISTOGRAM_LOG: 'histogram-log',
+ HISTOGRAM_LINEAR: 'histogram-linear'
+ },
recordPercentage: function() {},
recordValue: function() {}
},
« no previous file with comments | « ui/file_manager/image_loader/image_loader_client.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698