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

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

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
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 #ifndef COMPONENTS_VERSION_UI_VERSION_UI_CONSTANTS_H_ 5 #ifndef COMPONENTS_VERSION_UI_VERSION_UI_CONSTANTS_H_
6 #define COMPONENTS_VERSION_UI_VERSION_UI_CONSTANTS_H_ 6 #define COMPONENTS_VERSION_UI_VERSION_UI_CONSTANTS_H_
7 7
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 9
10 namespace version_ui { 10 namespace version_ui {
(...skipping 15 matching lines...) Expand all
26 extern const char kApplicationLabel[]; 26 extern const char kApplicationLabel[];
27 #if defined(OS_CHROMEOS) 27 #if defined(OS_CHROMEOS)
28 extern const char kARC[]; 28 extern const char kARC[];
29 #endif 29 #endif
30 extern const char kCL[]; 30 extern const char kCL[];
31 extern const char kCommandLine[]; 31 extern const char kCommandLine[];
32 extern const char kCommandLineName[]; 32 extern const char kCommandLineName[];
33 extern const char kCompany[]; 33 extern const char kCompany[];
34 #if defined(OS_WIN) 34 #if defined(OS_WIN)
35 extern const char kCompiler[]; 35 extern const char kCompiler[];
36 extern const char kUpdateCohortName[];
36 #endif 37 #endif
37 extern const char kCopyright[]; 38 extern const char kCopyright[];
38 #if defined(OS_CHROMEOS) 39 #if defined(OS_CHROMEOS)
39 extern const char kCustomizationId[]; 40 extern const char kCustomizationId[];
40 #endif 41 #endif
41 #if !defined(OS_IOS) 42 #if !defined(OS_IOS)
42 extern const char kExecutablePath[]; 43 extern const char kExecutablePath[];
43 extern const char kExecutablePathName[]; 44 extern const char kExecutablePathName[];
44 #endif 45 #endif
45 #if defined(OS_CHROMEOS) 46 #if defined(OS_CHROMEOS)
(...skipping 29 matching lines...) Expand all
75 extern const char kUserAgent[]; 76 extern const char kUserAgent[];
76 extern const char kUserAgentName[]; 77 extern const char kUserAgentName[];
77 extern const char kVariationsName[]; 78 extern const char kVariationsName[];
78 extern const char kVersion[]; 79 extern const char kVersion[];
79 extern const char kVersionBitSize[]; 80 extern const char kVersionBitSize[];
80 extern const char kVersionModifier[]; 81 extern const char kVersionModifier[];
81 82
82 } // namespace version_ui 83 } // namespace version_ui
83 84
84 #endif // COMPONENTS_VERSION_UI_VERSION_UI_CONSTANTS_H_ 85 #endif // COMPONENTS_VERSION_UI_VERSION_UI_CONSTANTS_H_
OLDNEW
« no previous file with comments | « components/version_ui/resources/about_version.html ('k') | components/version_ui/version_ui_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698