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

Unified Diff: webkit/database/vfs_backend.h

Issue 7480033: Remove VfsBackend::FileTypeIs{Journal,MainDB} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
Index: webkit/database/vfs_backend.h
diff --git a/webkit/database/vfs_backend.h b/webkit/database/vfs_backend.h
index 7e5d3386bdca43e018330b21315201cc2775af6e..c7a6280f7b7e836f86d33d80de0d4455379e52bb 100644
--- a/webkit/database/vfs_backend.h
+++ b/webkit/database/vfs_backend.h
@@ -30,8 +30,6 @@ class VfsBackend {
static int64 GetFileSize(const FilePath& file_path);
// Used to make decisions in the DatabaseDispatcherHost.
- static bool FileTypeIsMainDB(int desired_flags);
- static bool FileTypeIsJournal(int desired_flags);
static bool OpenTypeIsReadWrite(int desired_flags);
private:

Powered by Google App Engine
This is Rietveld 408576698