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

Unified Diff: chrome/common/render_messages.h

Issue 23729005: Enable Activity Logging by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added definition of 'active' Created 7 years, 4 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.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 */)

Powered by Google App Engine
This is Rietveld 408576698