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

Unified Diff: content/browser/indexed_db/indexed_db_factory.h

Issue 17033004: Tell IDB frontend about data loss (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ToT Created 7 years, 6 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: content/browser/indexed_db/indexed_db_factory.h
diff --git a/content/browser/indexed_db/indexed_db_factory.h b/content/browser/indexed_db/indexed_db_factory.h
index 64eeb226e59209c87eb299215ead433a61c7596f..a2935f2ffb2dab371e521c6551c7ee1d73afc214 100644
--- a/content/browser/indexed_db/indexed_db_factory.h
+++ b/content/browser/indexed_db/indexed_db_factory.h
@@ -57,7 +57,8 @@ class CONTENT_EXPORT IndexedDBFactory
scoped_refptr<IndexedDBBackingStore> OpenBackingStore(
const string16& database_identifier,
- const base::FilePath& data_directory);
+ const base::FilePath& data_directory,
+ WebKit::WebIDBCallbacks::DataLoss* data_loss);
private:
typedef std::map<string16, scoped_refptr<IndexedDBDatabase> >

Powered by Google App Engine
This is Rietveld 408576698