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

Unified Diff: chrome/common/env_vars.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/client_util.cc ('k') | chrome/common/env_vars.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/env_vars.h
diff --git a/chrome/common/env_vars.h b/chrome/common/env_vars.h
index 0b3ba6f16573ca69c5fb601bcc85b6e91d8d6d3b..34e1e171efbd62f76e4f08e70666005e1b598a2f 100644
--- a/chrome/common/env_vars.h
+++ b/chrome/common/env_vars.h
@@ -18,6 +18,11 @@ extern const char kRtlLocale[];
extern const char kLtrLocale[];
extern const char kStartupTestsNumCycles[];
+// Google Update named environment variable that implies kSystemLevel.
+// TODO(erikwright): Put this in chrome/installer/util/util_constants.h when
+// http://crbug.com/174953 is fixed and widely deployed.
+extern const char kGoogleUpdateIsMachineEnvVar[];
+
} // namespace env_vars
#endif // CHROME_COMMON_ENV_VARS_H__
« no previous file with comments | « chrome/app/client_util.cc ('k') | chrome/common/env_vars.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698