Index: chrome/installer/util/browser_distribution.h |
=================================================================== |
--- chrome/installer/util/browser_distribution.h (revision 148103) |
+++ chrome/installer/util/browser_distribution.h (working copy) |
@@ -29,6 +29,7 @@ |
CHROME_BROWSER, |
CHROME_FRAME, |
CHROME_BINARIES, |
+ CHROME_APP_HOST, |
NUM_TYPES |
}; |
@@ -46,12 +47,6 @@ |
// experiment but does not participate. |
}; |
- // An array of the Types representing products; |
- static const Type kProductTypes[]; |
- |
- // The number of elements in the array |kProductTypes|. |
- static const size_t kNumProductTypes; |
- |
virtual ~BrowserDistribution() {} |
static BrowserDistribution* GetDistribution(); |