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

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

Issue 22262004: Drop struct BootStat and all usage (boot stats are now sent from chromeos code). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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/chromeos/boot_times_loader.cc ('k') | chrome/browser/chromeos/login/version_info_updater.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/version_info_updater.h
diff --git a/chrome/browser/chromeos/login/version_info_updater.h b/chrome/browser/chromeos/login/version_info_updater.h
index 29d3ff614f4f885bdad6d24349a876549638d8e6..376e85afd7909c982830373362394b9bbf2c0a0e 100644
--- a/chrome/browser/chromeos/login/version_info_updater.h
+++ b/chrome/browser/chromeos/login/version_info_updater.h
@@ -30,10 +30,6 @@ class VersionInfoUpdater : public policy::CloudPolicyStore::Observer,
virtual void OnOSVersionLabelTextUpdated(
const std::string& os_version_label_text) = 0;
- // Called when boot times label should be updated.
- virtual void OnBootTimesLabelTextUpdated(
- const std::string& boot_times_label_text) = 0;
-
// Called when the enterprise info notice should be updated.
virtual void OnEnterpriseInfoUpdated(
const std::string& enterprise_info) = 0;
@@ -71,10 +67,6 @@ class VersionInfoUpdater : public policy::CloudPolicyStore::Observer,
// Callback from chromeos::VersionLoader giving the version.
void OnVersion(const std::string& version);
- // Callback from chromeos::InfoLoader giving the boot times.
- void OnBootTimes(const BootTimesLoader::BootTimes& boot_times);
- // Null callback from chromeos::InfoLoader.
- void OnBootTimesNoop(const BootTimesLoader::BootTimes& boot_times);
// Handles asynchronously loading the version.
VersionLoader version_loader_;
« no previous file with comments | « chrome/browser/chromeos/boot_times_loader.cc ('k') | chrome/browser/chromeos/login/version_info_updater.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698