Skip to content

Commit

Permalink
Remove ability for users to launch ephemeral apps.
Browse files Browse the repository at this point in the history
Test code can still do this.

BUG=517735

Review URL: https://codereview.chromium.org/1395043002

Cr-Commit-Position: refs/heads/master@{#353904}
  • Loading branch information
benwells authored and Commit bot committed Oct 13, 2015
1 parent 778ff47 commit cb4422c
Show file tree
Hide file tree
Showing 51 changed files with 16 additions and 1,728 deletions.
6 changes: 0 additions & 6 deletions chrome/app/generated_resources.grd
Original file line number Diff line number Diff line change
Expand Up @@ -6329,12 +6329,6 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_ENABLE_HOSTED_APP_QUIT_NOTIFICATION_DESCRIPTION" desc="Description for the flag to enable a notification when quitting with hosted apps.">
Display a notification when quitting Chrome if hosted apps are currently running.
</message>
<message name="IDS_FLAGS_ENABLE_EPHEMERAL_APPS_IN_WEBSTORE_NAME" desc="Name of the flag to enable ephemeral apps in the webstore.">
Enable experimental ephemeral apps from the webstore.
</message>
<message name="IDS_FLAGS_ENABLE_EPHEMERAL_APPS_IN_WEBSTORE_DESCRIPTION" desc="Description for the flag to enable ephemeral apps.">
Enables ephemeral apps, which are launched without installing in Chrome, to be launched from the Chrome WebStore. Requires the experimental App Launcher to be enabled.
</message>
<if expr="is_android">
<message name="IDS_FLAGS_DISABLE_PULL_TO_REFRESH_EFFECT_NAME" desc="Name of the flag to disable the pull-to-refresh effect.">
Disable the pull-to-refresh effect.
Expand Down
5 changes: 0 additions & 5 deletions chrome/browser/about_flags.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1458,11 +1458,6 @@ const Experiment kExperiments[] = {
kOsMac,
SINGLE_VALUE_TYPE(switches::kHostedAppQuitNotification)},
#endif
{"enable-ephemeral-apps-in-webstore",
IDS_FLAGS_ENABLE_EPHEMERAL_APPS_IN_WEBSTORE_NAME,
IDS_FLAGS_ENABLE_EPHEMERAL_APPS_IN_WEBSTORE_DESCRIPTION,
kOsAll,
SINGLE_VALUE_TYPE(switches::kEnableEphemeralAppsInWebstore)},
#if defined(OS_ANDROID)
{"disable-pull-to-refresh-effect",
IDS_FLAGS_DISABLE_PULL_TO_REFRESH_EFFECT_NAME,
Expand Down
Loading

0 comments on commit cb4422c

Please sign in to comment.