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

Unified Diff: chrome/browser/apps/ephemeral_app_launcher.h

Issue 934683002: Remove ability to launch ephemeral apps from the app launcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove resources Created 5 years, 10 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/apps/ephemeral_app_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/apps/ephemeral_app_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698