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

Unified Diff: chrome/browser/chromeos/login/version_info_updater.h

Issue 8508028: Ensure that GetBootTimes is always called, since it updates histograms (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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/chromeos/login/version_info_updater.h
===================================================================
--- chrome/browser/chromeos/login/version_info_updater.h (revision 108130)
+++ chrome/browser/chromeos/login/version_info_updater.h (working copy)
@@ -62,6 +62,9 @@
// Callback from chromeos::InfoLoader giving the boot times.
void OnBootTimes(
BootTimesLoader::Handle handle, BootTimesLoader::BootTimes boot_times);
+ // Null callback from chromeos::InfoLoader.
+ void OnBootTimesNoop(
+ BootTimesLoader::Handle handle, BootTimesLoader::BootTimes boot_times);
// Handles asynchronously loading the version.
VersionLoader version_loader_;
@@ -93,4 +96,3 @@
} // namespace chromeos
#endif // CHROME_BROWSER_CHROMEOS_LOGIN_VERSION_INFO_UPDATER_H_
-

Powered by Google App Engine
This is Rietveld 408576698