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

Unified Diff: extensions/shell/test/shell_apitest.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.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..4018e9fdd792a7b23d135d242b3910542fcdf3cc 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::DISABLE);
registry->TriggerOnUnloaded(app, reason);
content::NotificationService::current()->Notify(
« no previous file with comments | « 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