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

Unified Diff: components/version_ui/version_ui_constants.h

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.h
diff --git a/components/version_ui/version_ui_constants.h b/components/version_ui/version_ui_constants.h
index 88a89288a8011eacf40bdb58cfdc0a22e9d98d58..13f6b6e8536a06124526fd758c05388475e3bcdd 100644
--- a/components/version_ui/version_ui_constants.h
+++ b/components/version_ui/version_ui_constants.h
@@ -42,6 +42,9 @@ extern const char kCustomizationId[];
extern const char kExecutablePath[];
extern const char kExecutablePathName[];
#endif
+#if defined(OS_CHROMEOS)
+extern const char kFirmwareVersion[];
+#endif
#if !defined(OS_ANDROID) && !defined(OS_IOS)
extern const char kFlashPlugin[];
extern const char kFlashVersion[];

Powered by Google App Engine
This is Rietveld 408576698