| Index: chrome/browser/chromeos/file_system_provider/operations/unobserve_entry.h
|
| diff --git a/chrome/browser/chromeos/file_system_provider/operations/unobserve_entry.h b/chrome/browser/chromeos/file_system_provider/operations/unobserve_entry.h
|
| index cb521f3151750764c9c6b727689de78b0823f6dd..c1652e96162ea521f45b5e87ced6749cc6323b7d 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/operations/unobserve_entry.h
|
| +++ b/chrome/browser/chromeos/file_system_provider/operations/unobserve_entry.h
|
| @@ -31,6 +31,7 @@ class UnobserveEntry : public Operation {
|
| UnobserveEntry(extensions::EventRouter* event_router,
|
| const ProvidedFileSystemInfo& file_system_info,
|
| const base::FilePath& entry_path,
|
| + bool recursive,
|
| const storage::AsyncFileUtil::StatusCallback& callback);
|
| virtual ~UnobserveEntry();
|
|
|
| @@ -45,6 +46,7 @@ class UnobserveEntry : public Operation {
|
|
|
| private:
|
| const base::FilePath entry_path_;
|
| + bool recursive_;
|
| const storage::AsyncFileUtil::StatusCallback callback_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(UnobserveEntry);
|
|
|