| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index 0ba750af2e63963b644ccf568de5ebdabf632ba4..421e4fbcd103a14813a0d19375fbdc1ed91dd351 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -1271,6 +1271,15 @@ IPC_BEGIN_MESSAGES(ViewHost)
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_ContentBlocked,
|
| ContentSettingsType /* type of blocked content */)
|
|
|
| + // Tells the browser that a specific Web database in the current page was
|
| + // accessed.
|
| + IPC_MESSAGE_ROUTED5(ViewHostMsg_WebDatabaseAccessed,
|
| + GURL /* origin url */,
|
| + string16 /* database name */,
|
| + string16 /* database display name */,
|
| + unsigned long /* estimated size */,
|
| + bool /* blocked by policy */)
|
| +
|
| // Initiates a download based on user actions like 'ALT+click'.
|
| IPC_MESSAGE_ROUTED2(ViewHostMsg_DownloadUrl,
|
| GURL /* url */,
|
|
|