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

Unified Diff: webkit/database/database_util.h

Issue 7001014: More Quota WebSQLDatabase integration. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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/database/database_tracker_unittest.cc ('k') | webkit/database/database_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/database/database_util.h
===================================================================
--- webkit/database/database_util.h (revision 85361)
+++ webkit/database/database_util.h (working copy)
@@ -16,6 +16,8 @@
class DatabaseUtil {
public:
+ static const char kJournalFileSuffix[];
+
// Extract various information from a database vfs_file_name. All return
// parameters are optional.
static bool CrackVfsFileName(const string16& vfs_file_name,
« no previous file with comments | « webkit/database/database_tracker_unittest.cc ('k') | webkit/database/database_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698