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

Unified Diff: ui/file_manager/file_manager/common/js/unittest_util.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/common/js/unittest_util.js
diff --git a/ui/file_manager/file_manager/common/js/unittest_util.js b/ui/file_manager/file_manager/common/js/unittest_util.js
index aacecae4a3e2c8c3e809724bfa6025c407e314ba..5b5ee05ee5e3143954ff3eeb86ea9bff8e6dd178 100644
--- a/ui/file_manager/file_manager/common/js/unittest_util.js
+++ b/ui/file_manager/file_manager/common/js/unittest_util.js
@@ -87,7 +87,7 @@ function assertFileEntryPathsEqual(expectedPaths, fileEntries) {
* <p>Example:
* <pre>
* var recorder = new TestCallRecorder();
- * someClass.addListener(recorder.callable);
+ * someClass.addListener(recorder.callback);
* // do stuff ...
* recorder.assertCallCount(1);
* assertEquals(recorder.getListCall()[0], 'hammy');

Powered by Google App Engine
This is Rietveld 408576698