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

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

Issue 1940153003: Remove references to 'chrome_build_id' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 const char kARC[] = "arc_label"; 21 const char kARC[] = "arc_label";
22 const char kBlinkVersion[] = "blink_version"; 22 const char kBlinkVersion[] = "blink_version";
23 const char kBuildID[] = "build_id";
24 const char kBuildIDName[] = "build_id_name";
25 const char kCL[] = "cl"; 23 const char kCL[] = "cl";
26 const char kCommandLine[] = "command_line"; 24 const char kCommandLine[] = "command_line";
27 const char kCommandLineName[] = "command_line_name"; 25 const char kCommandLineName[] = "command_line_name";
28 const char kCompany[] = "company"; 26 const char kCompany[] = "company";
29 const char kCopyright[] = "copyright"; 27 const char kCopyright[] = "copyright";
30 const char kExecutablePath[] = "executable_path"; 28 const char kExecutablePath[] = "executable_path";
31 const char kExecutablePathName[] = "executable_path_name"; 29 const char kExecutablePathName[] = "executable_path_name";
32 const char kFlashPlugin[] = "flash_plugin"; 30 const char kFlashPlugin[] = "flash_plugin";
33 const char kFlashVersion[] = "flash_version"; 31 const char kFlashVersion[] = "flash_version";
34 const char kJSEngine[] = "js_engine"; 32 const char kJSEngine[] = "js_engine";
35 const char kJSVersion[] = "js_version"; 33 const char kJSVersion[] = "js_version";
36 const char kOfficial[] = "official"; 34 const char kOfficial[] = "official";
37 const char kOSName[] = "os_name"; 35 const char kOSName[] = "os_name";
38 const char kOSType[] = "os_type"; 36 const char kOSType[] = "os_type";
39 const char kOSVersion[] = "os_version"; 37 const char kOSVersion[] = "os_version";
40 const char kPlatform[] = "platform"; 38 const char kPlatform[] = "platform";
41 const char kProfilePath[] = "profile_path"; 39 const char kProfilePath[] = "profile_path";
42 const char kProfilePathName[] = "profile_path_name"; 40 const char kProfilePathName[] = "profile_path_name";
43 const char kRevision[] = "revision"; 41 const char kRevision[] = "revision";
44 const char kTitle[] = "title"; 42 const char kTitle[] = "title";
45 const char kUserAgent[] = "useragent"; 43 const char kUserAgent[] = "useragent";
46 const char kUserAgentName[] = "user_agent_name"; 44 const char kUserAgentName[] = "user_agent_name";
47 const char kVariationsName[] = "variations_name"; 45 const char kVariationsName[] = "variations_name";
48 const char kVersion[] = "version"; 46 const char kVersion[] = "version";
49 const char kVersionBitSize[] = "version_bitsize"; 47 const char kVersionBitSize[] = "version_bitsize";
50 const char kVersionModifier[] = "version_modifier"; 48 const char kVersionModifier[] = "version_modifier";
51 49
52 } // namespace version_ui 50 } // 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