Index: content/browser/indexed_db/indexed_db_factory_impl.h |
diff --git a/content/browser/indexed_db/indexed_db_factory_impl.h b/content/browser/indexed_db/indexed_db_factory_impl.h |
index ce224d3d226a024c2a4cef4d27895cc1c10a5d47..345f92821605e517533f104bee562fb5e18d4bfb 100644 |
--- a/content/browser/indexed_db/indexed_db_factory_impl.h |
+++ b/content/browser/indexed_db/indexed_db_factory_impl.h |
@@ -76,8 +76,7 @@ class CONTENT_EXPORT IndexedDBFactoryImpl : public IndexedDBFactory { |
const url::Origin& origin, |
const base::FilePath& data_directory, |
net::URLRequestContext* request_context, |
- blink::WebIDBDataLoss* data_loss, |
- std::string* data_loss_reason, |
+ IndexedDBDataLossInfo* data_loss_info, |
bool* disk_full, |
leveldb::Status* s) override; |
@@ -85,8 +84,7 @@ class CONTENT_EXPORT IndexedDBFactoryImpl : public IndexedDBFactory { |
const url::Origin& origin, |
const base::FilePath& data_directory, |
net::URLRequestContext* request_context, |
- blink::WebIDBDataLoss* data_loss, |
- std::string* data_loss_message, |
+ IndexedDBDataLossInfo* data_loss_info, |
bool* disk_full, |
bool first_time, |
leveldb::Status* s) override; |