| Index: chrome/installer/util/util_constants.h
|
| diff --git a/chrome/installer/util/util_constants.h b/chrome/installer/util/util_constants.h
|
| index fc8f7b2b1e73165ef87c7d1717d447d0d38b9cd6..402cfe3df9d0b51d278877382e6122a83cbaf097 100644
|
| --- a/chrome/installer/util/util_constants.h
|
| +++ b/chrome/installer/util/util_constants.h
|
| @@ -113,12 +113,13 @@ enum InstallerStage {
|
| REMOVING_OLD_VERSIONS, // 14: Deleting old version directories.
|
| FINISHING, // 15: Finishing the install.
|
| CONFIGURE_AUTO_LAUNCH, // 16: Configuring Chrome to auto-launch.
|
| - NUM_STAGES // 17: The number of stages.
|
| + CREATING_VISUAL_MANIFEST, // 17: Creating VisualElementsManifest.xml
|
| + NUM_STAGES // 18: The number of stages.
|
| };
|
|
|
| // When we start reporting the numerical values from the enum, the order
|
| // above MUST be preserved.
|
| -COMPILE_ASSERT(CONFIGURE_AUTO_LAUNCH == 16,
|
| +COMPILE_ASSERT(CREATING_VISUAL_MANIFEST == 17,
|
| never_ever_ever_change_InstallerStage_values_bang);
|
|
|
| namespace switches {
|
|
|