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

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

Issue 1718024: Revert r46023: "Detect new instance of the browser when running in the background in persistent" (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 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/browser/first_run_win.cc ('k') | chrome/installer/util/google_update_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) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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 the command-line switches used with Google Update. 5 // Defines all the command-line switches used with Google Update.
6 6
7 #ifndef CHROME_INSTALLER_UTIL_GOOGLE_UPDATE_CONSTANTS_H_ 7 #ifndef CHROME_INSTALLER_UTIL_GOOGLE_UPDATE_CONSTANTS_H_
8 #define CHROME_INSTALLER_UTIL_GOOGLE_UPDATE_CONSTANTS_H_ 8 #define CHROME_INSTALLER_UTIL_GOOGLE_UPDATE_CONSTANTS_H_
9 9
10 namespace google_update { 10 namespace google_update {
(...skipping 28 matching lines...) Expand all
39 extern const wchar_t kRegUsageStatsField[]; 39 extern const wchar_t kRegUsageStatsField[];
40 extern const wchar_t kRegVersionField[]; 40 extern const wchar_t kRegVersionField[];
41 extern const wchar_t kRegReferralField[]; 41 extern const wchar_t kRegReferralField[];
42 extern const wchar_t kRegEULAAceptedField[]; 42 extern const wchar_t kRegEULAAceptedField[];
43 43
44 extern const wchar_t kEnvProductVersionKey[]; 44 extern const wchar_t kEnvProductVersionKey[];
45 45
46 // last time that chrome ran in the Time internal format. 46 // last time that chrome ran in the Time internal format.
47 extern const wchar_t kRegLastRunTimeField[]; 47 extern const wchar_t kRegLastRunTimeField[];
48 48
49 // How often to check if the persistent instance of Chrome needs to restart
50 // to install an update.
51 extern const int kUpdateCheckInvervalHours;
52
49 } // namespace google_update 53 } // namespace google_update
50 54
51 #endif // CHROME_INSTALLER_UTIL_GOOGLE_UPDATE_CONSTANTS_H_ 55 #endif // CHROME_INSTALLER_UTIL_GOOGLE_UPDATE_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/first_run_win.cc ('k') | chrome/installer/util/google_update_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698