Index: chrome/common/extensions/extension_messages.h |
diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h |
index 82f66e3616f6c838b799fb51fc122bc435aaa8d8..2b888cff1c211c44f91302d2abe062977c695328 100644 |
--- a/chrome/common/extensions/extension_messages.h |
+++ b/chrome/common/extensions/extension_messages.h |
@@ -257,7 +257,7 @@ IPC_MESSAGE_CONTROL4(ExtensionMsg_UpdateTabSpecificPermissions, |
int32 /* page_id (only relevant for the target tab) */, |
int /* tab_id */, |
std::string /* extension_id */, |
- URLPatternSet /* host */) |
+ URLPatternSet /* hosts */) |
// Tell the renderer to clear tab-specific permissions for some extensions. |
IPC_MESSAGE_CONTROL2(ExtensionMsg_ClearTabSpecificPermissions, |