Skip to content

Commit

Permalink
Remove an unused member variable from VersionInfoUpdater
Browse files Browse the repository at this point in the history
BootTimesLoader is no longer used since crrev.com/217006

BUG=443524
TEST=compiles

Review URL: https://codereview.chromium.org/811633010

Cr-Commit-Position: refs/heads/master@{#309192}
  • Loading branch information
satorux authored and Commit bot committed Dec 19, 2014
1 parent 2d92e72 commit bc1464e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions chrome/browser/chromeos/login/version_info_updater.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ class VersionInfoUpdater : public policy::CloudPolicyStore::Observer {
// Callback from chromeos::VersionLoader giving the version.
void OnVersion(const std::string& version);

// Handles asynchronously loading the boot times.
BootTimesLoader boot_times_loader_;

// Information pieces for version label.
std::string version_text_;
std::string serial_number_text_;
Expand Down

0 comments on commit bc1464e

Please sign in to comment.