| Index: chrome/browser/chromeos/gdata/gdata_file_system_proxy.h
|
| diff --git a/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h b/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h
|
| index 18ef7806931416ed56320c5173f535eea30906b2..913aa1a5a6c473633f1fab62dc494ca97fa82010 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h
|
| +++ b/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h
|
| @@ -75,6 +75,7 @@ class GDataFileSystemProxy : public fileapi::RemoteFileSystemProxyInterface {
|
| // so it is safe to retrieve data from it, but this pointer is not safe to
|
| // be used outside of this method.
|
| void OnReadDirectory(
|
| + bool hide_hosted_documents,
|
| scoped_refptr<base::MessageLoopProxy> proxy,
|
| const fileapi::FileSystemOperationInterface::ReadDirectoryCallback&
|
| callback,
|
|
|