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

Unified Diff: extensions/shell/browser/shell_extension_system.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/shell/browser/shell_extension_system.h ('k') | extensions/shell/test/shell_apitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « extensions/shell/browser/shell_extension_system.h ('k') | extensions/shell/test/shell_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698