| Index: chrome/browser/resources/file_manager/js/directory_model.js
|
| diff --git a/chrome/browser/resources/file_manager/js/directory_model.js b/chrome/browser/resources/file_manager/js/directory_model.js
|
| index f1c5f973d418d3ddb17fedd265e2b55ed35b69f7..03837ce01ac344fc7ca460349585160dc3d7096d 100644
|
| --- a/chrome/browser/resources/file_manager/js/directory_model.js
|
| +++ b/chrome/browser/resources/file_manager/js/directory_model.js
|
| @@ -1175,11 +1175,11 @@ DirectoryModel.prototype.selectIndex = function(index) {
|
| * @private
|
| */
|
| DirectoryModel.prototype.updateRoots_ = function(opt_callback) {
|
| - metrics.startInterval('Load.Roots');
|
| + metrics.startInterval('UpdateRootsTime');
|
| DirectoryModelUtil.resolveRoots(
|
| this.root_, this.driveEnabled_,
|
| function(rootEntries) {
|
| - metrics.recordInterval('Load.Roots');
|
| + metrics.recordInterval('UpdateRootsTime');
|
|
|
| var rootsList = this.rootsList_;
|
| rootsList.splice.apply(
|
|
|