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

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

Issue 1332353003: Move resources for version_ui to //components/version_ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 2 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
(Empty)
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
3 // found in the LICENSE file.
4
5 #include "components/version_ui/version_ui_constants.h"
6
7 namespace version_ui {
8
9 // Resource paths.
10 const char kAboutVersionCSS[] = "about_version.css";
11 const char kVersionJS[] = "version.js";
12
13 // Message handlers.
14 const char kRequestVersionInfo[] = "requestVersionInfo";
15 const char kReturnFilePaths[] = "returnFilePaths";
16 const char kReturnFlashVersion[] = "returnFlashVersion";
17 const char kReturnVariationInfo[] = "returnVariationInfo";
18
19 // Strings.
20 const char kApplicationLabel[] = "application_label";
21 const char kBlinkVersion[] = "blink_version";
22 const char kBuildID[] = "build_id";
23 const char kBuildIDName[] = "build_id_name";
24 const char kCL[] = "cl";
25 const char kCommandLine[] = "command_line";
26 const char kCommandLineName[] = "command_line_name";
27 const char kCompany[] = "company";
28 const char kCopyright[] = "copyright";
29 const char kExecutablePath[] = "executable_path";
30 const char kExecutablePathName[] = "executable_path_name";
31 const char kFlashPlugin[] = "flash_plugin";
32 const char kFlashVersion[] = "flash_version";
33 const char kJSEngine[] = "js_engine";
34 const char kJSVersion[] = "js_version";
35 const char kOfficial[] = "official";
36 const char kOSName[] = "os_name";
37 const char kOSType[] = "os_type";
38 const char kOSVersion[] = "os_version";
39 const char kPlatform[] = "platform";
40 const char kProfilePath[] = "profile_path";
41 const char kProfilePathName[] = "profile_path_name";
42 const char kRevision[] = "revision";
43 const char kTitle[] = "title";
44 const char kUserAgent[] = "useragent";
45 const char kUserAgentName[] = "user_agent_name";
46 const char kVariationsName[] = "variations_name";
47 const char kVersion[] = "version";
48 const char kVersionBitSize[] = "version_bitsize";
49 const char kVersionModifier[] = "version_modifier";
50
51 } // 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