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

Side by Side Diff: components/version_ui/version_ui_constants.cc

Issue 2797433002: Include Google Update integration details in crash keys and about:version. (Closed)
Patch Set: components/version_ui/OWNERS now own version_ui_strings.grdp Created 3 years, 8 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 | « components/version_ui/version_ui_constants.h ('k') | components/version_ui_strings.grdp » ('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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 "components/version_ui/version_ui_constants.h" 5 #include "components/version_ui/version_ui_constants.h"
6 6
7 namespace version_ui { 7 namespace version_ui {
8 8
9 // Resource paths. 9 // Resource paths.
10 const char kAboutVersionCSS[] = "about_version.css"; 10 const char kAboutVersionCSS[] = "about_version.css";
11 const char kVersionJS[] = "version.js"; 11 const char kVersionJS[] = "version.js";
12 12
13 // Message handlers. 13 // Message handlers.
14 const char kRequestVersionInfo[] = "requestVersionInfo"; 14 const char kRequestVersionInfo[] = "requestVersionInfo";
15 const char kReturnFilePaths[] = "returnFilePaths"; 15 const char kReturnFilePaths[] = "returnFilePaths";
16 const char kReturnFlashVersion[] = "returnFlashVersion"; 16 const char kReturnFlashVersion[] = "returnFlashVersion";
17 const char kReturnVariationInfo[] = "returnVariationInfo"; 17 const char kReturnVariationInfo[] = "returnVariationInfo";
18 18
19 // Strings. 19 // Strings.
20 const char kApplicationLabel[] = "application_label"; 20 const char kApplicationLabel[] = "application_label";
21 #if defined(OS_CHROMEOS) 21 #if defined(OS_CHROMEOS)
22 const char kARC[] = "arc_label"; 22 const char kARC[] = "arc_label";
23 #endif 23 #endif
24 const char kCL[] = "cl"; 24 const char kCL[] = "cl";
25 const char kCommandLine[] = "command_line"; 25 const char kCommandLine[] = "command_line";
26 const char kCommandLineName[] = "command_line_name"; 26 const char kCommandLineName[] = "command_line_name";
27 const char kCompany[] = "company"; 27 const char kCompany[] = "company";
28 #if defined(OS_WIN) 28 #if defined(OS_WIN)
29 const char kCompiler[] = "compiler"; 29 const char kCompiler[] = "compiler";
30 const char kUpdateCohortName[] = "update_cohort_name";
30 #endif 31 #endif
31 const char kCopyright[] = "copyright"; 32 const char kCopyright[] = "copyright";
32 #if defined(OS_CHROMEOS) 33 #if defined(OS_CHROMEOS)
33 const char kCustomizationId[] = "customization_id"; 34 const char kCustomizationId[] = "customization_id";
34 #endif 35 #endif
35 #if !defined(OS_IOS) 36 #if !defined(OS_IOS)
36 const char kExecutablePath[] = "executable_path"; 37 const char kExecutablePath[] = "executable_path";
37 const char kExecutablePathName[] = "executable_path_name"; 38 const char kExecutablePathName[] = "executable_path_name";
38 #endif 39 #endif
39 #if defined(OS_CHROMEOS) 40 #if defined(OS_CHROMEOS)
(...skipping 27 matching lines...) Expand all
67 const char kRevision[] = "revision"; 68 const char kRevision[] = "revision";
68 const char kTitle[] = "title"; 69 const char kTitle[] = "title";
69 const char kUserAgent[] = "useragent"; 70 const char kUserAgent[] = "useragent";
70 const char kUserAgentName[] = "user_agent_name"; 71 const char kUserAgentName[] = "user_agent_name";
71 const char kVariationsName[] = "variations_name"; 72 const char kVariationsName[] = "variations_name";
72 const char kVersion[] = "version"; 73 const char kVersion[] = "version";
73 const char kVersionBitSize[] = "version_bitsize"; 74 const char kVersionBitSize[] = "version_bitsize";
74 const char kVersionModifier[] = "version_modifier"; 75 const char kVersionModifier[] = "version_modifier";
75 76
76 } // namespace version_ui 77 } // namespace version_ui
OLDNEW
« no previous file with comments | « components/version_ui/version_ui_constants.h ('k') | components/version_ui_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698