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

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

Issue 412043003: Make --install-chrome-app use extensions::WebstoreInstallWithPrompt. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/apps/install_chrome_app.h
diff --git a/chrome/browser/apps/install_chrome_app.h b/chrome/browser/apps/install_chrome_app.h
deleted file mode 100644
index d14e90f53785c947a8e9ff74a710988519e94081..0000000000000000000000000000000000000000
--- a/chrome/browser/apps/install_chrome_app.h
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_APPS_INSTALL_CHROME_APP_H_
-#define CHROME_BROWSER_APPS_INSTALL_CHROME_APP_H_
-
-#include <string>
-
-namespace install_chrome_app {
-
-// Initiates the UI flow for installing a Chrome app.
-// Currently this is done by directing the user to the webstore page.
-void InstallChromeApp(const std::string& app_id);
-
-} // namespace install_chrome_app
-
-#endif // CHROME_BROWSER_APPS_INSTALL_CHROME_APP_H_
« no previous file with comments | « no previous file | chrome/browser/apps/install_chrome_app.cc » ('j') | chrome/browser/ui/startup/startup_browser_creator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698