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

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

Issue 1127163004: Delete unused code in chrome/common or mark them as platform specific. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « chrome/common/url_constants.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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 extern const char kSystemLevelToast[]; 176 extern const char kSystemLevelToast[];
177 extern const char kExperimentGroup[]; 177 extern const char kExperimentGroup[];
178 extern const char kToastResultsKey[]; 178 extern const char kToastResultsKey[];
179 extern const char kPatch[]; 179 extern const char kPatch[];
180 extern const char kInputFile[]; 180 extern const char kInputFile[];
181 extern const char kPatchFile[]; 181 extern const char kPatchFile[];
182 extern const char kOutputFile[]; 182 extern const char kOutputFile[];
183 183
184 } // namespace switches 184 } // namespace switches
185 185
186 namespace env_vars {
187
188 extern const char kGoogleUpdateIsMachineEnvVar[];
grt (UTC plus 2) 2015/05/11 19:43:09 looks like the use of this was removed in r253709,
189
190 } // namespace env_vars
191
186 extern const wchar_t kActiveSetupExe[]; 192 extern const wchar_t kActiveSetupExe[];
187 extern const wchar_t kAppLauncherGuid[]; 193 extern const wchar_t kAppLauncherGuid[];
188 extern const wchar_t kChromeDll[]; 194 extern const wchar_t kChromeDll[];
189 extern const wchar_t kChromeChildDll[]; 195 extern const wchar_t kChromeChildDll[];
190 extern const wchar_t kChromeExe[]; 196 extern const wchar_t kChromeExe[];
191 extern const wchar_t kChromeFrameDll[]; 197 extern const wchar_t kChromeFrameDll[];
192 extern const wchar_t kChromeFrameHelperDll[]; 198 extern const wchar_t kChromeFrameHelperDll[];
193 extern const wchar_t kChromeFrameHelperExe[]; 199 extern const wchar_t kChromeFrameHelperExe[];
194 extern const wchar_t kChromeFrameHelperWndClass[]; 200 extern const wchar_t kChromeFrameHelperWndClass[];
195 extern const wchar_t kChromeLauncherExe[]; 201 extern const wchar_t kChromeLauncherExe[];
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 const int kCourgetteErrorOffset = 300; 250 const int kCourgetteErrorOffset = 300;
245 const int kBsdiffErrorOffset = 600; 251 const int kBsdiffErrorOffset = 600;
246 252
247 // Arguments to --patch switch 253 // Arguments to --patch switch
248 extern const char kCourgette[]; 254 extern const char kCourgette[];
249 extern const char kBsdiff[]; 255 extern const char kBsdiff[];
250 256
251 } // namespace installer 257 } // namespace installer
252 258
253 #endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_ 259 #endif // CHROME_INSTALLER_UTIL_UTIL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/common/url_constants.cc ('k') | chrome/installer/util/util_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698