Chromium Code Reviews| Index: chrome/installer/util/util_constants.h |
| diff --git a/chrome/installer/util/util_constants.h b/chrome/installer/util/util_constants.h |
| index 5776ae7296968ac8f37ae6400f3b298f21caa4bc..b09e65e1483ccf2df1874fd90fe2f2151de04bf4 100644 |
| --- a/chrome/installer/util/util_constants.h |
| +++ b/chrome/installer/util/util_constants.h |
| @@ -183,6 +183,12 @@ extern const char kOutputFile[]; |
| } // namespace switches |
| +namespace env_vars { |
| + |
| +extern const char kGoogleUpdateIsMachineEnvVar[]; |
|
grt (UTC plus 2)
2015/05/11 19:43:09
looks like the use of this was removed in r253709,
|
| + |
| +} // namespace env_vars |
| + |
| extern const wchar_t kActiveSetupExe[]; |
| extern const wchar_t kAppLauncherGuid[]; |
| extern const wchar_t kChromeDll[]; |