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

Unified Diff: chrome/browser/extensions/startup_helper.h

Issue 1291793005: Remove command line flag to install an ephemeral app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Oops Created 5 years, 4 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: chrome/browser/extensions/startup_helper.h
diff --git a/chrome/browser/extensions/startup_helper.h b/chrome/browser/extensions/startup_helper.h
index c291e381d50809a9d04c8baf11b9baac182efd3a..82cc596101b62fa652396069d1953a7d113621e0 100644
--- a/chrome/browser/extensions/startup_helper.h
+++ b/chrome/browser/extensions/startup_helper.h
@@ -37,11 +37,6 @@ class StartupHelper : public PackExtensionJob::Client {
// into |error|.
bool ValidateCrx(const base::CommandLine& cmd_line, std::string* error);
- // Handle --install-ephemeral-app-from-webstore flag from |cmd_line| by
- // downloading metadata from the webstore for the given id, prompting the
- // user to confirm, and then downloading the crx and installing it.
- bool InstallEphemeralApp(const base::CommandLine& cmd_line, Profile* profile);
-
private:
scoped_refptr<PackExtensionJob> pack_job_;
bool pack_job_succeeded_;

Powered by Google App Engine
This is Rietveld 408576698