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

Unified Diff: content/browser/in_process_webkit/indexed_db_database_callbacks.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/browser/in_process_webkit/indexed_db_database_callbacks.h
diff --git a/content/browser/in_process_webkit/indexed_db_database_callbacks.h b/content/browser/in_process_webkit/indexed_db_database_callbacks.h
index 034726a04642ca093b173ac0ae81eb6ebed73ea6..fb6cfd77805d6ad6dbdba58961edbf56b1a33822 100644
--- a/content/browser/in_process_webkit/indexed_db_database_callbacks.h
+++ b/content/browser/in_process_webkit/indexed_db_database_callbacks.h
@@ -19,6 +19,7 @@ class IndexedDBDatabaseCallbacks
virtual ~IndexedDBDatabaseCallbacks();
+ virtual void onForcedClose();
virtual void onVersionChange(long long old_version,
long long new_version);
virtual void onVersionChange(const WebKit::WebString& requested_version);

Powered by Google App Engine
This is Rietveld 408576698