Index: chrome/browser/chromeos/gdata/gdata_file_system_interface.h |
=================================================================== |
--- chrome/browser/chromeos/gdata/gdata_file_system_interface.h (revision 150519) |
+++ chrome/browser/chromeos/gdata/gdata_file_system_interface.h (working copy) |
@@ -62,6 +62,7 @@ |
// |entries| are contents, both files and directories, of the directory. |
typedef std::vector<GDataEntryProto> GDataEntryProtoVector; |
typedef base::Callback<void(GDataFileError error, |
+ bool hide_hosted_documents, |
scoped_ptr<GDataEntryProtoVector> entries)> |
ReadDirectoryCallback; |