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

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

Issue 10907104: Support an --install-from-webstore command line switch (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: updated comment Created 8 years, 3 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 f4aedc4837902e0999a42de80dd6d278fc70580b..cf55e0197ff766a97049f0c654f7f6d535db68ff 100644
--- a/chrome/browser/extensions/startup_helper.h
+++ b/chrome/browser/extensions/startup_helper.h
@@ -33,6 +33,8 @@ class StartupHelper : public PackExtensionJob::Client {
// could not be started.
bool UninstallExtension(const CommandLine& cmd_line, Profile* profile);
+ bool InstallAppFromID(const std::string& id, Profile* profile);
+
private:
scoped_refptr<PackExtensionJob> pack_job_;
bool pack_job_succeeded_;

Powered by Google App Engine
This is Rietveld 408576698