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

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

Issue 2751773002: Add Google Play services info to chrome://version (Closed)
Patch Set: fix indentation Created 3 years, 9 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 extern const char kJSEngine[]; 53 extern const char kJSEngine[];
54 extern const char kJSVersion[]; 54 extern const char kJSVersion[];
55 #endif 55 #endif
56 extern const char kOfficial[]; 56 extern const char kOfficial[];
57 #if !defined(OS_CHROMEOS) 57 #if !defined(OS_CHROMEOS)
58 extern const char kOSName[]; 58 extern const char kOSName[];
59 extern const char kOSType[]; 59 extern const char kOSType[];
60 #endif 60 #endif
61 #if defined(OS_ANDROID) 61 #if defined(OS_ANDROID)
62 extern const char kOSVersion[]; 62 extern const char kOSVersion[];
63 extern const char kGmsName[];
64 extern const char kGmsVersion[];
63 #endif 65 #endif
64 #if defined(OS_CHROMEOS) 66 #if defined(OS_CHROMEOS)
65 extern const char kPlatform[]; 67 extern const char kPlatform[];
66 #endif 68 #endif
67 #if !defined(OS_IOS) 69 #if !defined(OS_IOS)
68 extern const char kProfilePath[]; 70 extern const char kProfilePath[];
69 extern const char kProfilePathName[]; 71 extern const char kProfilePathName[];
70 #endif 72 #endif
71 extern const char kRevision[]; 73 extern const char kRevision[];
72 extern const char kTitle[]; 74 extern const char kTitle[];
73 extern const char kUserAgent[]; 75 extern const char kUserAgent[];
74 extern const char kUserAgentName[]; 76 extern const char kUserAgentName[];
75 extern const char kVariationsName[]; 77 extern const char kVariationsName[];
76 extern const char kVersion[]; 78 extern const char kVersion[];
77 extern const char kVersionBitSize[]; 79 extern const char kVersionBitSize[];
78 extern const char kVersionModifier[]; 80 extern const char kVersionModifier[];
79 81
80 } // namespace version_ui 82 } // namespace version_ui
81 83
82 #endif // COMPONENTS_VERSION_UI_VERSION_UI_CONSTANTS_H_ 84 #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