diff options
Diffstat (limited to 'chrome/common/extensions/extension.h')
-rw-r--r-- | chrome/common/extensions/extension.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h index 8e9d2d1..79f9156 100644 --- a/chrome/common/extensions/extension.h +++ b/chrome/common/extensions/extension.h @@ -610,13 +610,4 @@ struct ExtensionInfo { DISALLOW_COPY_AND_ASSIGN(ExtensionInfo); }; -// Struct used for the details of the EXTENSION_UNINSTALLED -// notification. -struct UninstalledExtensionInfo { - explicit UninstalledExtensionInfo(const Extension& extension); - - std::string extension_id; - std::set<std::string> extension_api_permissions; -}; - #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_H_ |