Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5752)

Unified Diff: chrome/installer/util/util_constants.h

Issue 10160011: Create VisualElementsManifest.xml from template -- install VisualElements in the version directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: typo typi typa Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698