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

Unified Diff: chrome/installer/util/install_util.cc

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: single \n at EOF Created 8 years, 7 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
« no previous file with comments | « chrome/installer/setup/setup_constants.cc ('k') | chrome/installer/util/util_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/install_util.cc
diff --git a/chrome/installer/util/install_util.cc b/chrome/installer/util/install_util.cc
index 1ea87851997a83f1ede64130f1a2228996e2461e..5f4e2386282c85d44c43f4c0940a950a4e99d4b7 100644
--- a/chrome/installer/util/install_util.cc
+++ b/chrome/installer/util/install_util.cc
@@ -52,6 +52,7 @@ const wchar_t kStageRollingback[] = L"rollingback";
const wchar_t kStageUncompressing[] = L"uncompressing";
const wchar_t kStageUnpacking[] = L"unpacking";
const wchar_t kStageUpdatingChannels[] = L"updating_channels";
+const wchar_t kStageCreatingVisualManifest[] = L"creating_visual_manifest";
const wchar_t* const kStages[] = {
NULL,
@@ -71,6 +72,7 @@ const wchar_t* const kStages[] = {
kStageRemovingOldVersions,
kStageFinishing,
kStageConfiguringAutoLaunch,
+ kStageCreatingVisualManifest,
};
COMPILE_ASSERT(installer::NUM_STAGES == arraysize(kStages),
« no previous file with comments | « chrome/installer/setup/setup_constants.cc ('k') | chrome/installer/util/util_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698