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

Unified Diff: components/version_ui/version_ui_constants.h

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 side-by-side diff with in-line comments
Download patch
Index: components/version_ui/version_ui_constants.h
diff --git a/components/version_ui/version_ui_constants.h b/components/version_ui/version_ui_constants.h
new file mode 100644
index 0000000000000000000000000000000000000000..799436720b4f16269d4e185f2261775767b2d6bf
--- /dev/null
+++ b/components/version_ui/version_ui_constants.h
@@ -0,0 +1,57 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef COMPONENTS_VERSION_UI_VERSION_UI_CONSTANTS_H_
+#define COMPONENTS_VERSION_UI_VERSION_UI_CONSTANTS_H_
+
+namespace version_ui {
+
+// Resource paths.
+// Must match the resource file names.
+extern const char kAboutVersionCSS[];
+extern const char kVersionJS[];
+
+// Message handlers.
+// Must match the constants used in the resource files.
+extern const char kRequestVersionInfo[];
+extern const char kReturnFilePaths[];
+extern const char kReturnFlashVersion[];
+extern const char kReturnVariationInfo[];
+
+// Strings.
+// Must match the constants used in the resource files.
+extern const char kApplicationLabel[];
+extern const char kBlinkVersion[];
+extern const char kBuildID[];
+extern const char kBuildIDName[];
+extern const char kCL[];
+extern const char kCommandLine[];
+extern const char kCommandLineName[];
+extern const char kCompany[];
+extern const char kCopyright[];
+extern const char kExecutablePath[];
+extern const char kExecutablePathName[];
+extern const char kFlashPlugin[];
+extern const char kFlashVersion[];
+extern const char kJSEngine[];
+extern const char kJSVersion[];
+extern const char kOfficial[];
+extern const char kOSName[];
+extern const char kOSType[];
+extern const char kOSVersion[];
+extern const char kPlatform[];
+extern const char kProfilePath[];
+extern const char kProfilePathName[];
+extern const char kRevision[];
+extern const char kTitle[];
+extern const char kUserAgent[];
+extern const char kUserAgentName[];
+extern const char kVariationsName[];
+extern const char kVersion[];
+extern const char kVersionBitSize[];
+extern const char kVersionModifier[];
+
+} // namespace version_ui
+
+#endif // COMPONENTS_VERSION_UI_VERSION_UI_CONSTANTS_H_
« no previous file with comments | « components/version_ui/resources/about_version_mobile.css ('k') | components/version_ui/version_ui_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698