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

Unified Diff: content/common/indexed_db/indexed_db_dispatcher.h

Issue 10695158: IndexedDB: Close open databases when user requests browsing data deletion (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove const from iterator (not sure how this slipped through) Created 8 years, 3 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/common/indexed_db/indexed_db_dispatcher.h
diff --git a/content/common/indexed_db/indexed_db_dispatcher.h b/content/common/indexed_db/indexed_db_dispatcher.h
index 7e1a450004e0e270a483f9ebe9318380711dd49e..bb154f2b374221a05608b7d094589b6b51250c50 100644
--- a/content/common/indexed_db/indexed_db_dispatcher.h
+++ b/content/common/indexed_db/indexed_db_dispatcher.h
@@ -261,6 +261,7 @@ class CONTENT_EXPORT IndexedDBDispatcher
int64 old_version);
void OnAbort(int32 thread_id, int32 transaction_id);
void OnComplete(int32 thread_id, int32 transaction_id);
+ void OnForcedClose(int32 thread_id, int32 database_id);
void OnVersionChange(int32 thread_id,
int32 database_id,
const string16& newVersion);
« no previous file with comments | « content/browser/in_process_webkit/indexed_db_unittest.cc ('k') | content/common/indexed_db/indexed_db_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698