summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/util_constants.h
diff options
context:
space:
mode:
authorgrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-02 15:54:13 +0000
committergrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-02 15:54:13 +0000
commit86ecb8e13fab03be788c7c4fa9f06123e3ae3faf (patch)
tree24b8e0b20724a32ab98517237c1f78d34641b185 /chrome/installer/util/util_constants.h
parent7a8f3e97d066af2a82226eb459402d8ea315c099 (diff)
downloadchromium_src-86ecb8e13fab03be788c7c4fa9f06123e3ae3faf.zip
chromium_src-86ecb8e13fab03be788c7c4fa9f06123e3ae3faf.tar.gz
chromium_src-86ecb8e13fab03be788c7c4fa9f06123e3ae3faf.tar.bz2
Start putting stage info into the new InstallerExtraCode1 value in Google Update's installer result API. A future change will stop putting the value in the Google Update "ap" value ("-stage:foo") and clear any stage info laying around.
BUG=none TEST=confirm that the InstallerExtraCode1 rolls along throughout processing and is removed when all is well. Review URL: http://codereview.chromium.org/7027036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87612 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/util_constants.h')
-rw-r--r--chrome/installer/util/util_constants.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/installer/util/util_constants.h b/chrome/installer/util/util_constants.h
index cb183f0..3aced6c 100644
--- a/chrome/installer/util/util_constants.h
+++ b/chrome/installer/util/util_constants.h
@@ -186,14 +186,14 @@ extern const wchar_t kUninstallInstallationDate[];
extern const char kUninstallMetricsName[];
extern const wchar_t kUninstallStringField[];
-// Used by InstallUtil::WriteInstallerResult.
-extern const wchar_t kInstallerResult[];
+// Google Update installer result API
extern const wchar_t kInstallerError[];
+extern const wchar_t kInstallerExtraCode1[];
+extern const wchar_t kInstallerResult[];
extern const wchar_t kInstallerResultUIString[];
extern const wchar_t kInstallerSuccessLaunchCmdLine[];
// Product options.
-extern const wchar_t kOptionCeee[];
extern const wchar_t kOptionMultiInstall[];
extern const wchar_t kOptionReadyMode[];