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

Unified Diff: ui/file_manager/file_manager/common/js/volume_manager_common.js

Issue 2292873003: Divide volume_manager.js into files for each classes and extract interfaces from them. (Closed)
Patch Set: Address comments. 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
Index: ui/file_manager/file_manager/common/js/volume_manager_common.js
diff --git a/ui/file_manager/file_manager/common/js/volume_manager_common.js b/ui/file_manager/file_manager/common/js/volume_manager_common.js
index 62e3c96250eb7305fa7178d6098b3402b6092d46..03b72e43d5b50f6e1782edaa9c5ea308ed920517 100644
--- a/ui/file_manager/file_manager/common/js/volume_manager_common.js
+++ b/ui/file_manager/file_manager/common/js/volume_manager_common.js
@@ -214,7 +214,7 @@ VolumeManagerCommon.VolumeInfoProvider.prototype.getVolumeInfo;
/**
* Fake entries for Google Drive's virtual folders.
* (OFFLINE, RECENT, and SHARED_WITH_ME)
- * @typedef {?{
+ * @typedef {{
* isDirectory: boolean,
* rootType: VolumeManagerCommon.RootType,
* toURL: function(): string

Powered by Google App Engine
This is Rietveld 408576698