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

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

Issue 1291763002: Componentize kExperimentLabelSeparator & BuildExperimentDateString. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove "#if defined(OS_WIN)" from google_update_constants.cc Created 5 years, 4 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
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 #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 kChromeUpgradeCode[] = L"{8A69D345-D564-463C-AFF1-A69D9E530F96}"; 9 const wchar_t kChromeUpgradeCode[] = L"{8A69D345-D564-463C-AFF1-A69D9E530F96}";
10 10
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 const wchar_t kRegRLZReactivationBrandField[] = L"reactivationbrand"; 59 const wchar_t kRegRLZReactivationBrandField[] = L"reactivationbrand";
60 const wchar_t kRegReferralField[] = L"referral"; 60 const wchar_t kRegReferralField[] = L"referral";
61 const wchar_t kRegRenameCmdField[] = L"cmd"; 61 const wchar_t kRegRenameCmdField[] = L"cmd";
62 const wchar_t kRegRunAsUserField[] = L"RunAsUser"; 62 const wchar_t kRegRunAsUserField[] = L"RunAsUser";
63 const wchar_t kRegSendsPingsField[] = L"SendsPings"; 63 const wchar_t kRegSendsPingsField[] = L"SendsPings";
64 const wchar_t kRegUninstallCmdLine[] = L"UninstallCmdLine"; 64 const wchar_t kRegUninstallCmdLine[] = L"UninstallCmdLine";
65 const wchar_t kRegUsageStatsField[] = L"usagestats"; 65 const wchar_t kRegUsageStatsField[] = L"usagestats";
66 const wchar_t kRegVersionField[] = L"pv"; 66 const wchar_t kRegVersionField[] = L"pv";
67 const wchar_t kRegWebAccessibleField[] = L"WebAccessible"; 67 const wchar_t kRegWebAccessibleField[] = L"WebAccessible";
68 68
69 const wchar_t kExperimentLabels[] = L"experiment_labels";
70
69 } // namespace google_update 71 } // namespace google_update
OLDNEW
« no previous file with comments | « chrome/installer/util/google_update_constants.h ('k') | chrome/installer/util/google_update_experiment_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698