Index: chrome/common/extensions/extension_messages.h |
diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h |
index 35031616de69025fb4e04a950f12e75ae6cb15d0..c828617e3d63d0f4deac9b1adce7422c05f4835b 100644 |
--- a/chrome/common/extensions/extension_messages.h |
+++ b/chrome/common/extensions/extension_messages.h |
@@ -115,6 +115,11 @@ struct ExtensionMsg_Loaded_Params { |
// to generate the extension ID for extensions that are loaded unpacked. |
FilePath path; |
+ // The extension's active permissions. |
+ ExtensionAPIPermissionSet apis; |
+ URLPatternSet explicit_hosts; |
+ URLPatternSet scriptable_hosts; |
+ |
// We keep this separate so that it can be used in logging. |
std::string id; |