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

Unified Diff: extensions/browser/api/app_runtime/app_runtime_api.cc

Issue 1497193002: Remove all the ephemeral apps code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Self review, Devlin review. Created 5 years 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/api/app_runtime/app_runtime_api.cc
diff --git a/extensions/browser/api/app_runtime/app_runtime_api.cc b/extensions/browser/api/app_runtime/app_runtime_api.cc
index e2b1b630f80a5138643b53a94c379b7984d31131..83649a3ebe0fc2870862db99f8376673f9f4751d 100644
--- a/extensions/browser/api/app_runtime/app_runtime_api.cc
+++ b/extensions/browser/api/app_runtime/app_runtime_api.cc
@@ -98,7 +98,7 @@ app_runtime::LaunchSource getLaunchSourceEnum(
return app_runtime::LAUNCH_SOURCE_EXTENSIONS_PAGE;
case extensions::SOURCE_MANAGEMENT_API:
return app_runtime::LAUNCH_SOURCE_MANAGEMENT_API;
- case extensions::SOURCE_EPHEMERAL_APP_UNUSED:
+ case extensions::SOURCE_EPHEMERAL_APP_DEPRECATED:
return app_runtime::LAUNCH_SOURCE_EPHEMERAL_APP;
case extensions::SOURCE_BACKGROUND:
return app_runtime::LAUNCH_SOURCE_BACKGROUND;
« no previous file with comments | « chrome/test/data/extensions/app_list/Preferences ('k') | extensions/browser/api/management/management_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698