Chromium Code Reviews| 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..be87b4cc7994f895e4baa27312cdc75cca580b6d 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: Create VisualElementsManifest.xml |
|
grt (UTC plus 2)
2012/05/03 19:37:58
Create -> Creating
gab
2012/05/03 19:50:24
Done.
|
| + 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 { |