Index: chrome/common/extensions/chrome_extension_messages.h |
diff --git a/chrome/common/extensions/chrome_extension_messages.h b/chrome/common/extensions/chrome_extension_messages.h |
index c47d50ce449d73eea7857f71d60e47b95c7b38ed..5d7bdf0a58590e3539f64529649fbb6360c21734 100644 |
--- a/chrome/common/extensions/chrome_extension_messages.h |
+++ b/chrome/common/extensions/chrome_extension_messages.h |
@@ -36,11 +36,6 @@ IPC_ENUM_TRAITS_MAX_VALUE(extensions::webstore_install::Result, |
// Messages sent from the browser to the renderer. |
-// Toggles visual muting of the render view area. This is on when a constrained |
-// window is showing. |
-IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetVisuallyDeemphasized, |
- bool /* deemphazied */) |
- |
// Sent to the renderer if install stage updates were requested for an inline |
// install. |
IPC_MESSAGE_ROUTED1(ExtensionMsg_InlineInstallStageChanged, |