| Index: chrome/common/extensions/extension_messages.h
 | 
| diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h
 | 
| index 1cab15ee27bd3dd90bc55a7554eae6932e17b6fa..df009b4fde5483fc3c7dc6f1355f4ed4a99cca3c 100644
 | 
| --- a/chrome/common/extensions/extension_messages.h
 | 
| +++ b/chrome/common/extensions/extension_messages.h
 | 
| @@ -310,6 +310,10 @@ IPC_MESSAGE_ROUTED2(ExtensionHostMsg_DidGetApplicationInfo,
 | 
|                      int32 /* page_id */,
 | 
|                      WebApplicationInfo)
 | 
|  
 | 
| -// Sent by the renderer to implement chrome.app.installApplication().
 | 
| +// Sent by the renderer to implement chrome.app.install().
 | 
|  IPC_MESSAGE_ROUTED1(ExtensionHostMsg_InstallApplication,
 | 
|                      WebApplicationInfo)
 | 
| +
 | 
| +// Sent by the renderer to implement chrome.webstore.install().
 | 
| +IPC_MESSAGE_ROUTED1(ExtensionHostMsg_InlineWebstoreInstall,
 | 
| +                    std::string /* Web Store item ID */)
 | 
| 
 |