Index: chrome/browser/resources/file_manager/js/mock_chrome.js |
=================================================================== |
--- chrome/browser/resources/file_manager/js/mock_chrome.js (revision 111146) |
+++ chrome/browser/resources/file_manager/js/mock_chrome.js (working copy) |
@@ -218,6 +218,7 @@ |
ROOT_DIRECTORY_LABEL: 'Files', |
DOWNLOADS_DIRECTORY_LABEL: 'File Shelf', |
+ CHROMEBOOK_DIRECTORY_LABEL: 'Chromebook', |
DOWNLOADS_DIRECTORY_WARNING: "<strong>Caution:</strong> These files are temporary and may be automatically deleted to free up disk space. <a href='javascript://'>Learn More</a>", |
MEDIA_DIRECTORY_LABEL: 'External Storage', |
NAME_COLUMN_LABEL: 'Name', |
@@ -395,11 +396,9 @@ |
} |
}; |
-chrome.experimental = { |
- metrics: { |
- recordValue: function() {}, |
- recordMediumCount: function() {}, |
- recordTime: function() {}, |
- recordUserAction: function() {} |
- } |
+chrome.metricsPrivate = { |
+ recordValue: function() {}, |
+ recordMediumCount: function() {}, |
+ recordTime: function() {}, |
+ recordUserAction: function() {} |
}; |