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

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

Issue 1486403002: Mojo-ifying chrome://version. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change slashes Created 4 years, 5 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') | ios/chrome/browser/ui/webui/version_ui.mm » ('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 #if defined(OS_IOS)
13 // Message handlers. 14 // Message handlers.
14 const char kRequestVersionInfo[] = "requestVersionInfo"; 15 const char kRequestVersionInfo[] = "requestVersionInfo";
15 const char kReturnFilePaths[] = "returnFilePaths";
16 const char kReturnFlashVersion[] = "returnFlashVersion";
17 const char kReturnVariationInfo[] = "returnVariationInfo"; 16 const char kReturnVariationInfo[] = "returnVariationInfo";
17 #endif
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 kCL[] = "cl"; 22 const char kCL[] = "cl";
23 const char kCommandLine[] = "command_line"; 23 const char kCommandLine[] = "command_line";
24 const char kCommandLineName[] = "command_line_name"; 24 const char kCommandLineName[] = "command_line_name";
25 const char kCompany[] = "company"; 25 const char kCompany[] = "company";
26 const char kCopyright[] = "copyright"; 26 const char kCopyright[] = "copyright";
27 const char kExecutablePath[] = "executable_path"; 27 const char kExecutablePath[] = "executable_path";
(...skipping 12 matching lines...) Expand all
40 const char kRevision[] = "revision"; 40 const char kRevision[] = "revision";
41 const char kTitle[] = "title"; 41 const char kTitle[] = "title";
42 const char kUserAgent[] = "useragent"; 42 const char kUserAgent[] = "useragent";
43 const char kUserAgentName[] = "user_agent_name"; 43 const char kUserAgentName[] = "user_agent_name";
44 const char kVariationsName[] = "variations_name"; 44 const char kVariationsName[] = "variations_name";
45 const char kVersion[] = "version"; 45 const char kVersion[] = "version";
46 const char kVersionBitSize[] = "version_bitsize"; 46 const char kVersionBitSize[] = "version_bitsize";
47 const char kVersionModifier[] = "version_modifier"; 47 const char kVersionModifier[] = "version_modifier";
48 48
49 } // namespace version_ui 49 } // namespace version_ui
OLDNEW
« no previous file with comments | « components/version_ui/version_ui_constants.h ('k') | ios/chrome/browser/ui/webui/version_ui.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698