| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index eb84df0c9b39a4b8b9f9c9205fc6b456c0c44013..2ffb118b35f7c712e88fe52d7c62eb21f8c50813 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -625,6 +625,10 @@ IPC_BEGIN_MESSAGES(View)
|
| std::vector<int> /* host_ids */,
|
| appcache::EventID)
|
|
|
| + // Notifies the renderer of the fact that AppCache access was blocked.
|
| + IPC_MESSAGE_CONTROL1(AppCacheMsg_ContentBlocked,
|
| + int /* host_id */)
|
| +
|
| // Reply to the ViewHostMsg_QueryFormFieldAutofill message with the
|
| // autofill suggestions.
|
| IPC_MESSAGE_ROUTED4(ViewMsg_AutoFillSuggestionsReturned,
|
|
|