Index: chrome/installer/util/product.cc |
diff --git a/chrome/installer/util/product.cc b/chrome/installer/util/product.cc |
index 89486a80e6a3f9ab0e4f5dda9080610d4bdc42ab..bd0b2687b9729c1cb54a5c9feb3f4641a9433194 100644 |
--- a/chrome/installer/util/product.cc |
+++ b/chrome/installer/util/product.cc |
@@ -10,7 +10,6 @@ |
#include "base/logging.h" |
#include "base/process/launch.h" |
#include "base/win/registry.h" |
-#include "chrome/installer/util/chrome_app_host_operations.h" |
#include "chrome/installer/util/chrome_binaries_operations.h" |
#include "chrome/installer/util/chrome_browser_operations.h" |
#include "chrome/installer/util/chrome_browser_sxs_operations.h" |
@@ -38,9 +37,6 @@ Product::Product(BrowserDistribution* distribution) |
case BrowserDistribution::CHROME_FRAME: |
operations_.reset(new ChromeFrameOperations()); |
break; |
- case BrowserDistribution::CHROME_APP_HOST: |
- operations_.reset(new ChromeAppHostOperations()); |
- break; |
case BrowserDistribution::CHROME_BINARIES: |
operations_.reset(new ChromeBinariesOperations()); |
break; |