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

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

Issue 792233009: Reflect scanning status in command UI. Only allow import once scanning is complete. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix FM.jstests.cc && Finalize scan results in MediaImportHandlerTest...unbreaking the test. Created 6 years 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/import_history.js
diff --git a/ui/file_manager/file_manager/background/js/import_history.js b/ui/file_manager/file_manager/background/js/import_history.js
index 218209f6260c5ac629e77cc55d3ce7eaa21264e0..825ebe18d87d4baee84392407abf5b9173fc478b 100644
--- a/ui/file_manager/file_manager/background/js/import_history.js
+++ b/ui/file_manager/file_manager/background/js/import_history.js
@@ -35,7 +35,7 @@ importer.ImportHistory.prototype.markImported;
importer.ImportHistory.prototype.addObserver;
/**
- * Adds an observer, which will be notified when cloud import history changes.
+ * Remove a previously registered observer.
*
* @param {!importer.ImportHistory.Observer} observer
*/

Powered by Google App Engine
This is Rietveld 408576698