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

Unified Diff: chrome/browser/ui/webui/options/about_page_handler.h

Issue 6883142: Show ChromeOS bios firmware in about dialog. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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
Index: chrome/browser/ui/webui/options/about_page_handler.h
===================================================================
--- chrome/browser/ui/webui/options/about_page_handler.h (revision 82505)
+++ chrome/browser/ui/webui/options/about_page_handler.h (working copy)
@@ -42,6 +42,8 @@
// Callback from chromeos::VersionLoader giving the version.
void OnOSVersion(chromeos::VersionLoader::Handle handle,
std::string version);
+ void OnOSFirmware(chromeos::VersionLoader::Handle handle,
+ std::string firmware);
void UpdateStatus(const chromeos::UpdateLibrary::Status& status);
// UpdateEngine Callback handler.
« no previous file with comments | « chrome/browser/resources/options/about_page.js ('k') | chrome/browser/ui/webui/options/about_page_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698