| Index: webkit/browser/appcache/appcache_database.h
|
| diff --git a/webkit/browser/appcache/appcache_database.h b/webkit/browser/appcache/appcache_database.h
|
| index fedd068e35d1f7db483ec9bd76c955ee27c6a525..67888b712a0fe7a38a38ef89c74995d4d4843244 100644
|
| --- a/webkit/browser/appcache/appcache_database.h
|
| +++ b/webkit/browser/appcache/appcache_database.h
|
| @@ -188,6 +188,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT AppCacheDatabase {
|
|
|
| // Database creation
|
| bool LazyOpen(bool create_if_needed);
|
| + bool QuickIntegrityCheck();
|
| bool EnsureDatabaseVersion();
|
| bool CreateSchema();
|
| bool UpgradeSchema();
|
|
|