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/util_constants.cc

Issue 1537743006: Persist setup metrics and have Chrome report them during UMA upload. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shared-histograms
Patch Set: addressed final review comments by Alexei Created 4 years, 10 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/installer/util/util_constants.h ('k') | components/components_tests.gyp » ('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 #include "chrome/installer/util/util_constants.h" 5 #include "chrome/installer/util/util_constants.h"
6 6
7 namespace installer { 7 namespace installer {
8 8
9 namespace switches { 9 namespace switches {
10 10
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 const wchar_t kChromeChannelDev[] = L"dev"; 248 const wchar_t kChromeChannelDev[] = L"dev";
249 const wchar_t kChromeChannelBeta[] = L"beta"; 249 const wchar_t kChromeChannelBeta[] = L"beta";
250 const wchar_t kChromeChannelStable[] = L""; 250 const wchar_t kChromeChannelStable[] = L"";
251 const wchar_t kChromeChannelStableExplicit[] = L"stable"; 251 const wchar_t kChromeChannelStableExplicit[] = L"stable";
252 252
253 const size_t kMaxAppModelIdLength = 64U; 253 const size_t kMaxAppModelIdLength = 64U;
254 254
255 const char kCourgette[] = "courgette"; 255 const char kCourgette[] = "courgette";
256 const char kBsdiff[] = "bsdiff"; 256 const char kBsdiff[] = "bsdiff";
257 257
258 const char kSetupHistogramAllocatorName[] = "SetupHistogramAllocator";
259
258 } // namespace installer 260 } // namespace installer
OLDNEW
« no previous file with comments | « chrome/installer/util/util_constants.h ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698