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

Unified Diff: chrome/installer/setup/install.cc

Issue 10665002: Implement installation of the Chrome App Host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unittests. Created 8 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/installer/setup/install.cc
diff --git a/chrome/installer/setup/install.cc b/chrome/installer/setup/install.cc
index 5895090e90b8343721d8bdcc2d9bb7c9c5d69fee..a3bb52f3bc7033ea7550e0dff87efe7a55136453 100644
--- a/chrome/installer/setup/install.cc
+++ b/chrome/installer/setup/install.cc
@@ -427,6 +427,8 @@ InstallStatus InstallOrUpdateProduct(
// TODO(robertshield): Removing the pending on-reboot moves should be done
// elsewhere.
+ // TODO(erikwright): Understand why this is Chrome Frame only and whether
+ // it also applies to App Host. Shouldn't it apply to any multi-install too?
const Products& products = installer_state.products();
DCHECK(products.size());
if (installer_state.FindProduct(BrowserDistribution::CHROME_FRAME)) {

Powered by Google App Engine
This is Rietveld 408576698