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

Unified Diff: extensions/shell/browser/shell_extension_system.cc

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/shell/browser/shell_extension_system.cc
diff --git a/extensions/shell/browser/shell_extension_system.cc b/extensions/shell/browser/shell_extension_system.cc
index 992ab8f29efe2159134bad1840491a3f5918b04b..19ce4fab5548fd332f92a5984a01a2c86cbd9d14 100644
--- a/extensions/shell/browser/shell_extension_system.cc
+++ b/extensions/shell/browser/shell_extension_system.cc
@@ -175,8 +175,7 @@ void ShellExtensionSystem::RegisterExtensionWithRequestContexts(
void ShellExtensionSystem::UnregisterExtensionWithRequestContexts(
const std::string& extension_id,
- const UnloadedExtensionInfo::Reason reason) {
-}
+ const UnloadedExtensionReason reason) {}
const OneShotEvent& ShellExtensionSystem::ready() const {
return ready_;

Powered by Google App Engine
This is Rietveld 408576698