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

Unified Diff: extensions/browser/info_map.h

Issue 2839373003: struct UnloadedExtensionInfo -> enum UnloadedExtensionInfoReason (Closed)
Patch Set: Enum class 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
Index: extensions/browser/info_map.h
diff --git a/extensions/browser/info_map.h b/extensions/browser/info_map.h
index c7c1ed96facec315d767d91afa6753618582effc..70d55ff2b57708caf3a65801619cb5dd759c703d 100644
--- a/extensions/browser/info_map.h
+++ b/extensions/browser/info_map.h
@@ -44,7 +44,7 @@ class InfoMap : public base::RefCountedThreadSafe<InfoMap> {
// Callback for when an extension is unloaded.
void RemoveExtension(const std::string& extension_id,
- const extensions::UnloadedExtensionInfo::Reason reason);
+ const extensions::UnloadedExtensionReason reason);
// Returns the time the extension was installed, or base::Time() if not found.
base::Time GetInstallTime(const std::string& extension_id) const;

Powered by Google App Engine
This is Rietveld 408576698