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

Unified Diff: webkit/browser/fileapi/sandbox_file_system_backend.h

Issue 21305005: FileAPI: Move OpenFileSystem into SandboxContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 5 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 | « webkit/browser/fileapi/sandbox_context.cc ('k') | webkit/browser/fileapi/sandbox_file_system_backend.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « webkit/browser/fileapi/sandbox_context.cc ('k') | webkit/browser/fileapi/sandbox_file_system_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698