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

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

Issue 899943002: Rework update model to eliminate a "flicker" resulting from the brief update to zero results when a… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't use drive icon in dialog for now, since this breaks funcitonal tests. Created 5 years, 10 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/importer_common.js
diff --git a/ui/file_manager/file_manager/common/js/importer_common.js b/ui/file_manager/file_manager/common/js/importer_common.js
index 8142d07bba0fa47958e2ee805e02e3304383bfa6..3f6d302eb6ed793bf6cdfce570150b7771f4778f 100644
--- a/ui/file_manager/file_manager/common/js/importer_common.js
+++ b/ui/file_manager/file_manager/common/js/importer_common.js
@@ -8,7 +8,8 @@ var importer = importer || {};
/** @enum {string} */
importer.ScanEvent = {
FINALIZED: 'finalized',
- INVALIDATED: 'invalidated'
+ INVALIDATED: 'invalidated',
+ UPDATED: 'updated'
};
/**

Powered by Google App Engine
This is Rietveld 408576698