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

Unified Diff: chrome/browser/resources/file_manager/common/js/util.js

Issue 120533006: Stub for Privet file system (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « chrome/browser/resources/file_manager/common/js/path_util.js ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/common/js/util.js
diff --git a/chrome/browser/resources/file_manager/common/js/util.js b/chrome/browser/resources/file_manager/common/js/util.js
index eafc334ff3622ddfa24c60ff1877f49fb1e12f01..30d32b1744286f0824e28b16a5b1a7fd320d1952 100644
--- a/chrome/browser/resources/file_manager/common/js/util.js
+++ b/chrome/browser/resources/file_manager/common/js/util.js
@@ -1261,5 +1261,6 @@ util.VolumeType = Object.freeze({
DRIVE: 'drive',
DOWNLOADS: 'downloads',
REMOVABLE: 'removable',
- ARCHIVE: 'archive'
+ ARCHIVE: 'archive',
+ CLOUD_DEVICE: 'cloud_device'
});
« no previous file with comments | « chrome/browser/resources/file_manager/common/js/path_util.js ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698