| Index: chrome/common/extensions/extension_messages.h
|
| diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h
|
| index c295985b2a4151c3c58c92cc39ee0c200da81731..6ac699d672337065dbfd54e97f7874a9fe2b5a9c 100644
|
| --- a/chrome/common/extensions/extension_messages.h
|
| +++ b/chrome/common/extensions/extension_messages.h
|
| @@ -192,10 +192,6 @@ IPC_MESSAGE_CONTROL1(ExtensionMsg_SetFunctionNames,
|
| IPC_MESSAGE_CONTROL1(ExtensionMsg_ActivateExtension,
|
| std::string /* extension_id */)
|
|
|
| -// Marks an application as 'active' in a process.
|
| -IPC_MESSAGE_CONTROL1(ExtensionMsg_ActivateApplication,
|
| - std::string /* extension_id */)
|
| -
|
| // Notifies the renderer that extensions were loaded in the browser.
|
| IPC_MESSAGE_CONTROL1(ExtensionMsg_Loaded,
|
| std::vector<ExtensionMsg_Loaded_Params>)
|
|
|