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

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
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 0230c7856d52cd7996685ff842dd9bd386700a2c..98a2ebfbd266bcc91b925daebbc831e2f92fcc3f 100644
--- a/chrome/browser/resources/file_manager/common/js/util.js
+++ b/chrome/browser/resources/file_manager/common/js/util.js
@@ -1258,5 +1258,6 @@ util.VolumeType = Object.freeze({
DRIVE: 'drive',
DOWNLOADS: 'downloads',
REMOVABLE: 'removable',
- ARCHIVE: 'archive'
+ ARCHIVE: 'archive',
+ PRIVET: 'privet'
});

Powered by Google App Engine
This is Rietveld 408576698