Index: content/browser/indexed_db/indexed_db_callbacks_wrapper.h |
diff --git a/content/browser/indexed_db/indexed_db_callbacks_wrapper.h b/content/browser/indexed_db/indexed_db_callbacks_wrapper.h |
index 73edc1ac97741a67eabc72bf7193ee947fd101a8..a1cf0a10b4c5840bc2091c7b2d7b63f3dfd3809f 100644 |
--- a/content/browser/indexed_db/indexed_db_callbacks_wrapper.h |
+++ b/content/browser/indexed_db/indexed_db_callbacks_wrapper.h |
@@ -74,7 +74,8 @@ class CONTENT_EXPORT IndexedDBCallbacksWrapper |
virtual void OnUpgradeNeeded( |
int64 old_version, |
scoped_refptr<IndexedDBDatabase> db, |
- const content::IndexedDBDatabaseMetadata& metadata); |
+ const content::IndexedDBDatabaseMetadata& metadata, |
+ bool data_loss); |
virtual void OnSuccess(scoped_refptr<IndexedDBDatabase> db, |
const content::IndexedDBDatabaseMetadata& metadata); |
virtual void SetDatabaseCallbacks( |