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

Unified Diff: chrome/browser/ui/webui/chromeos/drive_internals_ui.cc

Issue 10830211: Revert 150436 - gdata: Remove hide_hosted_documents from ReadDirectoryCallback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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/chromeos/gdata/gdata_system_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
===================================================================
--- chrome/browser/ui/webui/chromeos/drive_internals_ui.cc (revision 150519)
+++ chrome/browser/ui/webui/chromeos/drive_internals_ui.cc (working copy)
@@ -170,6 +170,7 @@
// Called when ReadDirectoryByPath() is complete.
void OnReadDirectoryByPath(const FilePath& parent_path,
gdata::GDataFileError error,
+ bool hide_hosted_documents,
scoped_ptr<gdata::GDataEntryProtoVector> entries);
// Called when GetResourceIdsOfAllFilesOnUIThread() is complete.
@@ -262,6 +263,7 @@
void DriveInternalsWebUIHandler::OnReadDirectoryByPath(
const FilePath& parent_path,
gdata::GDataFileError error,
+ bool hide_hosted_documents,
scoped_ptr<gdata::GDataEntryProtoVector> entries) {
--num_pending_reads_;
if (error == gdata::GDATA_FILE_OK) {
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_system_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698