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

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

Issue 1633021: Detect new instance of the browser when running in the background in persiste... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
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 | Annotate | Revision Log
« no previous file with comments | « chrome/installer/util/google_update_constants.h ('k') | chrome/test/testing_browser_process.h » ('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 #include "chrome/installer/util/google_update_constants.h" 5 #include "chrome/installer/util/google_update_constants.h"
6 6
7 namespace google_update { 7 namespace google_update {
8 8
9 const wchar_t kGearsUpgradeCode[] = L"{D92DBAED-3E3E-4530-B30D-072D16C7DDD0}"; 9 const wchar_t kGearsUpgradeCode[] = L"{D92DBAED-3E3E-4530-B30D-072D16C7DDD0}";
10 const wchar_t kChromeUpgradeCode[] = L"{8A69D345-D564-463C-AFF1-A69D9E530F96}"; 10 const wchar_t kChromeUpgradeCode[] = L"{8A69D345-D564-463C-AFF1-A69D9E530F96}";
(...skipping 15 matching lines...) Expand all
26 const wchar_t kRegOldVersionField[] = L"opv"; 26 const wchar_t kRegOldVersionField[] = L"opv";
27 const wchar_t kRegRenameCmdField[] = L"cmd"; 27 const wchar_t kRegRenameCmdField[] = L"cmd";
28 const wchar_t kRegRLZBrandField[] = L"brand"; 28 const wchar_t kRegRLZBrandField[] = L"brand";
29 const wchar_t kRegUsageStatsField[] = L"usagestats"; 29 const wchar_t kRegUsageStatsField[] = L"usagestats";
30 const wchar_t kRegVersionField[] = L"pv"; 30 const wchar_t kRegVersionField[] = L"pv";
31 const wchar_t kRegReferralField[] = L"referral"; 31 const wchar_t kRegReferralField[] = L"referral";
32 const wchar_t kRegEULAAceptedField[] = L"eulaaccepted"; 32 const wchar_t kRegEULAAceptedField[] = L"eulaaccepted";
33 const wchar_t kEnvProductVersionKey[] = L"CHROME_VERSION"; 33 const wchar_t kEnvProductVersionKey[] = L"CHROME_VERSION";
34 const wchar_t kRegLastRunTimeField[] = L"lastrun"; 34 const wchar_t kRegLastRunTimeField[] = L"lastrun";
35 35
36 const int kUpdateCheckInvervalHours = 6;
37
38 } // namespace google_update 36 } // namespace google_update
OLDNEW
« no previous file with comments | « chrome/installer/util/google_update_constants.h ('k') | chrome/test/testing_browser_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698