| Index: chrome/installer/util/product.cc
|
| diff --git a/chrome/installer/util/product.cc b/chrome/installer/util/product.cc
|
| index d5dd118707bd28fb1294eed282b284ec464c9eb7..f29afc1fc81069a257b2bceb2bb00d007f6809e2 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;
|
|
|