Index: chrome/common/extensions/extension_messages.h |
diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h |
index 6a58abc1bee979e0b541c5018275f2de3c936d60..f475b50feffb4c24c61d251ada282ae46fcf50b8 100644 |
--- a/chrome/common/extensions/extension_messages.h |
+++ b/chrome/common/extensions/extension_messages.h |
@@ -102,10 +102,6 @@ struct ExtensionMsg_Loaded_Params { |
~ExtensionMsg_Loaded_Params(); |
explicit ExtensionMsg_Loaded_Params(const Extension* extension); |
- // A copy constructor is needed because this structure can end up getting |
- // copied inside the IPC machinery on gcc <= 4.2. |
- ExtensionMsg_Loaded_Params(const ExtensionMsg_Loaded_Params& other); |
- |
// Creates a new extension from the data in this object. |
scoped_refptr<Extension> ConvertToExtension() const; |
@@ -119,11 +115,6 @@ struct ExtensionMsg_Loaded_Params { |
// to generate the extension ID for extensions that are loaded unpacked. |
FilePath path; |
- // The extension's current 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; |