Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index 8c8c8815f8f7289fd6ae3f4e83460223b9861723..2de764608df051f05efff26cb9ef092f1d860052 100644 |
--- a/chrome/common/render_messages.h |
+++ b/chrome/common/render_messages.h |
@@ -356,11 +356,6 @@ IPC_MESSAGE_ROUTED1(ChromeViewMsg_RevertTranslation, |
IPC_MESSAGE_CONTROL1(ChromeViewMsg_SetIsIncognitoProcess, |
bool /* is_incognito_processs */) |
-// Sent on process startup to indicate whether the extension activity |
-// log is enabled. |
-IPC_MESSAGE_CONTROL1(ChromeViewMsg_SetExtensionActivityLogEnabled, |
- bool /* extension_activity_log_enabled */) |
- |
// Sent in response to ViewHostMsg_DidBlockDisplayingInsecureContent. |
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetAllowDisplayingInsecureContent, |
bool /* allowed */) |