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

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

Issue 1395043002: Remove ability for users to launch ephemeral apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/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 60c2c0d457a0efdfe9287e5b4117b11be105c3c0..e2b1b630f80a5138643b53a94c379b7984d31131 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:
+ case extensions::SOURCE_EPHEMERAL_APP_UNUSED:
return app_runtime::LAUNCH_SOURCE_EPHEMERAL_APP;
case extensions::SOURCE_BACKGROUND:
return app_runtime::LAUNCH_SOURCE_BACKGROUND;

Powered by Google App Engine
This is Rietveld 408576698