| 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 */)
|
|
|