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

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

Issue 11414152: Drive: Rename GData to Drive in extension JS API (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: review fix (comment #7) Created 8 years, 1 month 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: 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 f1d0f2af385b5ca5a0acb7d24d3d67a8a4041a2d..3d5957e7a85bf1093f6d04b7d64bbb5d146a1f16 100644
--- a/chrome/browser/resources/file_manager/js/directory_contents.js
+++ b/chrome/browser/resources/file_manager/js/directory_contents.js
@@ -513,7 +513,7 @@ DirectoryContentsGDataSearch.prototype.readNextChunk = function() {
this.onNewEntries(entries);
}).bind(this);
- chrome.fileBrowserPrivate.searchGData(this.query_,
+ chrome.fileBrowserPrivate.searchDrive(this.query_,
this.nextFeed_,
searchCallback);
};

Powered by Google App Engine
This is Rietveld 408576698