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

Unified Diff: extensions/shell/test/shell_apitest.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/test/shell_apitest.cc
diff --git a/extensions/shell/test/shell_apitest.cc b/extensions/shell/test/shell_apitest.cc
index b8b78295d45c749bece4becd67a88813247ef8b4..fe7969e7cb55deb1748bae2321d8080cd8fd03ca 100644
--- a/extensions/shell/test/shell_apitest.cc
+++ b/extensions/shell/test/shell_apitest.cc
@@ -56,7 +56,7 @@ void ShellApiTest::UnloadApp(const Extension* app) {
ExtensionRegistry* registry = ExtensionRegistry::Get(browser_context());
ASSERT_TRUE(registry->RemoveEnabled(app->id()));
- UnloadedExtensionInfo::Reason reason(UnloadedExtensionInfo::REASON_DISABLE);
+ UnloadedExtensionReason reason(UnloadedExtensionReason::REASON_DISABLE);
registry->TriggerOnUnloaded(app, reason);
content::NotificationService::current()->Notify(
« extensions/common/extension.h ('K') | « extensions/shell/browser/shell_extension_system.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698