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

Unified Diff: trunk/src/chrome/browser/resources/file_manager/foreground/js/file_manager.js

Issue 127803002: [Files.app] Hide files beginning with '.' (dot). (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/resources/file_manager/foreground/js/file_manager.js
===================================================================
--- trunk/src/chrome/browser/resources/file_manager/foreground/js/file_manager.js (revision 243513)
+++ trunk/src/chrome/browser/resources/file_manager/foreground/js/file_manager.js (working copy)
@@ -914,7 +914,7 @@
this.fileFilter_ = new FileFilter(
this.metadataCache_,
- true /* Show dot files by default. */);
+ false /* Don't show dot files by default. */);
this.fileWatcher_ = new FileWatcher(this.metadataCache_);
this.fileWatcher_.addEventListener(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698