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

Unified Diff: chromeos/system/version_loader.h

Issue 1905113002: Add ARC version to help and version pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 8 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
« no previous file with comments | « chrome/browser/ui/webui/version_ui.cc ('k') | chromeos/system/version_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/system/version_loader.h
diff --git a/chromeos/system/version_loader.h b/chromeos/system/version_loader.h
index 7981dc2830ac9d0c88013b490ba6806aa81d9d31..de6d2d73dedddce66cf34cd288a348f6286125dc 100644
--- a/chromeos/system/version_loader.h
+++ b/chromeos/system/version_loader.h
@@ -24,6 +24,10 @@ enum VersionFormat {
// Must be run on a blocking thread pool.
CHROMEOS_EXPORT std::string GetVersion(VersionFormat format);
+// Gets the ARC version.
+// Must be run on a blocking thread pool.
+CHROMEOS_EXPORT std::string GetARCVersion();
+
// Gets the firmware info.
// Must be run on a blocking thread pool.
CHROMEOS_EXPORT std::string GetFirmware();
« no previous file with comments | « chrome/browser/ui/webui/version_ui.cc ('k') | chromeos/system/version_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698