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

Unified Diff: content/common/database_messages.h

Issue 9371008: Nuke from orbit corrupt websql databases. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 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/database_messages.h
===================================================================
--- content/common/database_messages.h (revision 122554)
+++ content/common/database_messages.h (working copy)
@@ -78,3 +78,8 @@
string16 /* origin identifier */,
string16 /* database name */)
+// Sent when a sqlite error indicates the database is corrupt.
+IPC_MESSAGE_CONTROL3(DatabaseHostMsg_HandleSqliteError,
+ string16 /* origin identifier */,
+ string16 /* database name */,
+ int /* error */)
« no previous file with comments | « content/browser/renderer_host/database_message_filter.cc ('k') | content/common/web_database_observer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698