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

Unified Diff: extensions/common/extension.cc

Issue 2839373003: struct UnloadedExtensionInfo -> enum UnloadedExtensionInfoReason (Closed)
Patch Set: Rebase Created 3 years, 8 months 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 | « extensions/common/extension.h ('k') | extensions/shell/browser/shell_extension_system.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/extension.cc
diff --git a/extensions/common/extension.cc b/extensions/common/extension.cc
index 2022263db3494af792e1b1d0013be99375a34acf..e84d39ec3d77c7765125575e65afb4cadeada167 100644
--- a/extensions/common/extension.cc
+++ b/extensions/common/extension.cc
@@ -768,12 +768,6 @@ InstalledExtensionInfo::InstalledExtensionInfo(
from_ephemeral(from_ephemeral),
old_name(old_name) {}
-UnloadedExtensionInfo::UnloadedExtensionInfo(
- const Extension* extension,
- UnloadedExtensionInfo::Reason reason)
- : reason(reason),
- extension(extension) {}
-
UpdatedExtensionPermissionsInfo::UpdatedExtensionPermissionsInfo(
const Extension* extension,
const PermissionSet& permissions,
« no previous file with comments | « extensions/common/extension.h ('k') | extensions/shell/browser/shell_extension_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698