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

Unified Diff: chrome/browser/resources/file_manager/js/directory_model.js

Issue 14076007: filemanager: Remove garbage values and params for SharedWithMe server-side search. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 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 | « chrome/browser/resources/file_manager/js/directory_contents.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/js/directory_model.js
diff --git a/chrome/browser/resources/file_manager/js/directory_model.js b/chrome/browser/resources/file_manager/js/directory_model.js
index b06c0bfbd77b19275530c4e5723f4af8b9912fe6..36689d634f1daf40fd12c809d1152a6b3b0cf778 100644
--- a/chrome/browser/resources/file_manager/js/directory_model.js
+++ b/chrome/browser/resources/file_manager/js/directory_model.js
@@ -1321,8 +1321,7 @@ DirectoryModel.prototype.search = function(query,
this.currentFileListContext_,
this.getCurrentDirEntry(),
this.currentDirContents_.getLastNonSearchDirectoryEntry(),
- query,
- DirectoryContentsDriveSearch.SearchType.SEARCH_FULL);
+ query);
} else {
newDirContents = new DirectoryContentsLocalSearch(
this.currentFileListContext_, this.getCurrentDirEntry(), query);
« no previous file with comments | « chrome/browser/resources/file_manager/js/directory_contents.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698