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

Side by Side Diff: chrome/installer/util/util_constants.h

Issue 12223044: Don't accidentally propagate Omaha variable to child processes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix a silly mistake. Created 7 years, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/installer/util/master_preferences.cc ('k') | chrome/installer/util/util_constants.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 // 4 //
5 // Defines all install related constants that need to be used by Chrome as 5 // Defines all install related constants that need to be used by Chrome as
6 // well as Chrome Installer. 6 // well as Chrome Installer.
7 7
8 #ifndef CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ 8 #ifndef CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_
9 #define CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ 9 #define CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_
10 10
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 extern const char kUninstallMetricsName[]; 211 extern const char kUninstallMetricsName[];
212 extern const wchar_t kUninstallStringField[]; 212 extern const wchar_t kUninstallStringField[];
213 213
214 // Google Update installer result API 214 // Google Update installer result API
215 extern const wchar_t kInstallerError[]; 215 extern const wchar_t kInstallerError[];
216 extern const wchar_t kInstallerExtraCode1[]; 216 extern const wchar_t kInstallerExtraCode1[];
217 extern const wchar_t kInstallerResult[]; 217 extern const wchar_t kInstallerResult[];
218 extern const wchar_t kInstallerResultUIString[]; 218 extern const wchar_t kInstallerResultUIString[];
219 extern const wchar_t kInstallerSuccessLaunchCmdLine[]; 219 extern const wchar_t kInstallerSuccessLaunchCmdLine[];
220 220
221 // Google Update named environment variable that implies kSystemLevel.
222 extern const char kGoogleUpdateIsMachineEnvVar[];
223
224 // Product options. 221 // Product options.
225 extern const wchar_t kOptionMultiInstall[]; 222 extern const wchar_t kOptionMultiInstall[];
226 extern const wchar_t kOptionReadyMode[]; 223 extern const wchar_t kOptionReadyMode[];
227 extern const wchar_t kOptionAppHostIsLauncher[]; 224 extern const wchar_t kOptionAppHostIsLauncher[];
228 225
229 // Chrome channel display names. 226 // Chrome channel display names.
230 // NOTE: Canary is not strictly a 'channel', but rather a separate product 227 // NOTE: Canary is not strictly a 'channel', but rather a separate product
231 // installed side-by-side. However, GoogleUpdateSettings::GetChromeChannel 228 // installed side-by-side. However, GoogleUpdateSettings::GetChromeChannel
232 // will return "canary" for that product. 229 // will return "canary" for that product.
233 extern const wchar_t kChromeChannelUnknown[]; 230 extern const wchar_t kChromeChannelUnknown[];
234 extern const wchar_t kChromeChannelCanary[]; 231 extern const wchar_t kChromeChannelCanary[];
235 extern const wchar_t kChromeChannelDev[]; 232 extern const wchar_t kChromeChannelDev[];
236 extern const wchar_t kChromeChannelBeta[]; 233 extern const wchar_t kChromeChannelBeta[];
237 extern const wchar_t kChromeChannelStable[]; 234 extern const wchar_t kChromeChannelStable[];
238 235
239 extern const size_t kMaxAppModelIdLength; 236 extern const size_t kMaxAppModelIdLength;
240 237
241 } // namespace installer 238 } // namespace installer
242 239
243 #endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ 240 #endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/installer/util/master_preferences.cc ('k') | chrome/installer/util/util_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698