| Index: chrome/installer/util/browser_distribution.h
|
| ===================================================================
|
| --- chrome/installer/util/browser_distribution.h (revision 148045)
|
| +++ chrome/installer/util/browser_distribution.h (working copy)
|
| @@ -29,7 +29,6 @@
|
| CHROME_BROWSER,
|
| CHROME_FRAME,
|
| CHROME_BINARIES,
|
| - CHROME_APP_HOST,
|
| NUM_TYPES
|
| };
|
|
|
| @@ -47,6 +46,12 @@
|
| // 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();
|
|
|
|
|