| Index: webkit/browser/fileapi/sandbox_file_system_backend.h
|
| diff --git a/webkit/browser/fileapi/sandbox_file_system_backend.h b/webkit/browser/fileapi/sandbox_file_system_backend.h
|
| index 77f6ae5e72df616b401505927c95545920bb3436..2a88f76656d5808f94138a0eeb1d0f9c962479f3 100644
|
| --- a/webkit/browser/fileapi/sandbox_file_system_backend.h
|
| +++ b/webkit/browser/fileapi/sandbox_file_system_backend.h
|
| @@ -12,7 +12,6 @@
|
| #include "base/files/file_path.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "base/memory/weak_ptr.h"
|
| #include "webkit/browser/fileapi/file_system_backend.h"
|
| #include "webkit/browser/fileapi/file_system_quota_util.h"
|
| #include "webkit/browser/fileapi/sandbox_context.h"
|
| @@ -108,8 +107,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT SandboxFileSystemBackend
|
| virtual const AccessObserverList* GetAccessObservers(
|
| FileSystemType type) const OVERRIDE;
|
|
|
| - void CollectOpenFileSystemMetrics(base::PlatformFileError error_code);
|
| -
|
| void set_enable_temporary_file_system_in_incognito(bool enable) {
|
| enable_temporary_file_system_in_incognito_ = enable;
|
| }
|
| @@ -128,10 +125,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT SandboxFileSystemBackend
|
| UpdateObserverList syncable_update_observers_;
|
| ChangeObserverList syncable_change_observers_;
|
|
|
| - base::Time next_release_time_for_open_filesystem_stat_;
|
| -
|
| - base::WeakPtrFactory<SandboxFileSystemBackend> weak_factory_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(SandboxFileSystemBackend);
|
| };
|
|
|
|
|