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

Unified Diff: components/version_ui/version_ui_constants.cc

Issue 2695123007: CrOS: Add firmware version to about://version (Closed)
Patch Set: nit Created 3 years, 10 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.cc
diff --git a/components/version_ui/version_ui_constants.cc b/components/version_ui/version_ui_constants.cc
index d16045deee4c38f83026d4bddf452079723d6e22..5c567099b06c8e5fc42a997d7ab7972b6a0c2377 100644
--- a/components/version_ui/version_ui_constants.cc
+++ b/components/version_ui/version_ui_constants.cc
@@ -36,6 +36,9 @@ const char kCustomizationId[] = "customization_id";
const char kExecutablePath[] = "executable_path";
const char kExecutablePathName[] = "executable_path_name";
#endif
+#if defined(OS_CHROMEOS)
+const char kFirmwareVersion[] = "firmware_version";
+#endif
#if !defined(OS_ANDROID) && !defined(OS_IOS)
const char kFlashPlugin[] = "flash_plugin";
const char kFlashVersion[] = "flash_version";

Powered by Google App Engine
This is Rietveld 408576698