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

Unified Diff: storage/browser/fileapi/sandbox_prioritized_origin_database.h

Issue 636093002: Add SandboxPrioritizedOriginDatabase support for dump_file_system (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 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
Index: storage/browser/fileapi/sandbox_prioritized_origin_database.h
diff --git a/storage/browser/fileapi/sandbox_prioritized_origin_database.h b/storage/browser/fileapi/sandbox_prioritized_origin_database.h
index 438b0b1414274974228a141a48d9b987d1871c21..4309bb39237f0b21eadc8b59630cb2d26ae8bb63 100644
--- a/storage/browser/fileapi/sandbox_prioritized_origin_database.h
+++ b/storage/browser/fileapi/sandbox_prioritized_origin_database.h
@@ -8,6 +8,7 @@
#include <string>
#include <vector>
+#include "base/files/file_path.h"
#include "base/memory/scoped_ptr.h"
#include "storage/browser/fileapi/sandbox_origin_database_interface.h"
@@ -24,6 +25,9 @@ class SandboxOriginDatabase;
class STORAGE_EXPORT_PRIVATE SandboxPrioritizedOriginDatabase
: public SandboxOriginDatabaseInterface {
public:
+ static const base::FilePath::CharType* kPrimaryDirectory;
+ static const base::FilePath::CharType* kPrimaryOriginFile;
+
SandboxPrioritizedOriginDatabase(const base::FilePath& file_system_directory,
leveldb::Env* env_override);
virtual ~SandboxPrioritizedOriginDatabase();
« no previous file with comments | « storage/browser/fileapi/dump_file_system.cc ('k') | storage/browser/fileapi/sandbox_prioritized_origin_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698