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

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: better when it compiles... 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/install_util.cc
diff --git a/chrome/installer/util/install_util.cc b/chrome/installer/util/install_util.cc
index 1ea87851997a83f1ede64130f1a2228996e2461e..7a235a6894cd3e884ac6ba6d88f1132810f43897 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 kStageCreateVisualManifest[] = L"creating_visual_manifest";
grt (UTC plus 2) 2012/05/03 19:37:58 Create -> Creating
gab 2012/05/03 19:50:24 Done.
const wchar_t* const kStages[] = {
NULL,
@@ -71,6 +72,7 @@ const wchar_t* const kStages[] = {
kStageRemovingOldVersions,
kStageFinishing,
kStageConfiguringAutoLaunch,
+ kStageCreateVisualManifest,
grt (UTC plus 2) 2012/05/03 19:37:58 Create -> Creating
gab 2012/05/03 19:50:24 Done.
};
COMPILE_ASSERT(installer::NUM_STAGES == arraysize(kStages),

Powered by Google App Engine
This is Rietveld 408576698