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

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

Issue 13945007: filemanager: fix a missing param for the introduced DirectoryContentsDriveSearchMetadata. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « no previous file | 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_contents.js
diff --git a/chrome/browser/resources/file_manager/js/directory_contents.js b/chrome/browser/resources/file_manager/js/directory_contents.js
index e7613a00b9af686bf413d7cc4a0ecc106c201fe0..09f66d9f94e7ccb5fee3c5cdb6d3bfcb948bcfa5 100644
--- a/chrome/browser/resources/file_manager/js/directory_contents.js
+++ b/chrome/browser/resources/file_manager/js/directory_contents.js
@@ -753,7 +753,7 @@ function DirectoryContentsDriveSearchMetadata(context,
DirectoryContentsDriveSearchMetadata.prototype.clone = function() {
return new DirectoryContentsDriveSearchMetadata(
this.context_, this.directoryEntry_, this.fakeDirEntry_,
mtomasz 2013/04/09 14:22:52 this.directoryEntry_ -> this.driveDirEntry_ ?
Haruki Sato 2013/04/10 01:36:32 Done. Thanks!
- this.query_);
+ this.query_, this.searchType_);
};
/**
« 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