Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1044)

Unified Diff: chrome/common/extensions/extension_messages.h

Issue 8976003: Extensions: send the whole manifest to the extensions process in (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: don't send themes Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/extensions/extension_service.cc ('k') | chrome/common/extensions/extension_messages.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/browser/extensions/extension_service.cc ('k') | chrome/common/extensions/extension_messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698