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

Unified Diff: ui/file_manager/file_manager/background/js/background.js

Issue 450903002: Random clean up around Chrome OS file manager code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/background/js/background.js
diff --git a/ui/file_manager/file_manager/background/js/background.js b/ui/file_manager/file_manager/background/js/background.js
index 1fdd21384620ed872f9f0718e5eb7f67503484f6..94f7fa25b183d42d0f8f82502d6d187f130035cd 100644
--- a/ui/file_manager/file_manager/background/js/background.js
+++ b/ui/file_manager/file_manager/background/js/background.js
@@ -225,7 +225,7 @@ Background.prototype.getSimilarWindows = function(url) {
/**
* Opens the root directory of the volume in Files.app.
- * @param {string} volumeId ID of a volume to be opend.
+ * @param {string} volumeId ID of a volume to be opened.
*/
Background.prototype.navigateToVolume = function(volumeId) {
VolumeManager.getInstance().then(function(volumeManager) {
« no previous file with comments | « google_apis/drive/base_requests_unittest.cc ('k') | ui/file_manager/file_manager/foreground/js/directory_contents.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698