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

Unified Diff: chrome/common/render_messages_internal.h

Issue 1600002: Indicate in the tab UI if appcache creation was blocked by privacy settings. (Closed)
Patch Set: updates Created 10 years, 8 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: 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,

Powered by Google App Engine
This is Rietveld 408576698