| Index: chrome/browser/apps/ephemeral_app_launcher.h
|
| diff --git a/chrome/browser/apps/ephemeral_app_launcher.h b/chrome/browser/apps/ephemeral_app_launcher.h
|
| index 6f24fcfb5171881c22b9bbcfd5d425fc8f873b8e..1ffab6584c20ac7e0626172d95d1c5a36b38c840 100644
|
| --- a/chrome/browser/apps/ephemeral_app_launcher.h
|
| +++ b/chrome/browser/apps/ephemeral_app_launcher.h
|
| @@ -39,12 +39,9 @@ class EphemeralAppLauncher : public extensions::WebstoreStandaloneInstaller,
|
| typedef base::Callback<void(extensions::webstore_install::Result result,
|
| const std::string& error)> LaunchCallback;
|
|
|
| - // Returns true if launching ephemeral apps is enabled.
|
| + // Returns true if launching ephemeral apps from the webstore is enabled.
|
| static bool IsFeatureEnabled();
|
|
|
| - // Returns true if launching ephemeral apps from the wiebstore is enabled.
|
| - static bool IsFeatureEnabledInWebstore();
|
| -
|
| // Create for the app launcher.
|
| static scoped_refptr<EphemeralAppLauncher> CreateForLauncher(
|
| const std::string& webstore_item_id,
|
|
|