diff options
author | Scott Lobdell <slobdell@google.com> | 2019-03-05 11:56:41 -0800 |
---|---|---|
committer | Scott Lobdell <slobdell@google.com> | 2019-03-05 16:53:31 -0800 |
commit | 838bccb515036433be3a55bec702336f170df38a (patch) | |
tree | eb94a5e0cbab6fa3e8f5539fed44dd081f48fc04 /update_attempter_android.h | |
parent | 2af3457b7362c163b1896f7a4b6eee69f8439296 (diff) | |
parent | 4eee53f5949d5e4cb43894b3d190daf635e31338 (diff) |
Merge QP1A.190228.005
Change-Id: I546552fe26b74b96c18d929cdda1a527bbcdf4dc
Diffstat (limited to 'update_attempter_android.h')
-rw-r--r-- | update_attempter_android.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/update_attempter_android.h b/update_attempter_android.h index e4b40ded..c4710ad5 100644 --- a/update_attempter_android.h +++ b/update_attempter_android.h @@ -151,9 +151,9 @@ class UpdateAttempterAndroid void UpdatePrefsOnUpdateStart(bool is_resume); // Prefs to delete: - // |kPrefsNumReboots|, |kPrefsPayloadAttemptNumber|, + // |kPrefsNumReboots|, |kPrefsCurrentBytesDownloaded| // |kPrefsSystemUpdatedMarker|, |kPrefsUpdateTimestampStart|, - // |kPrefsUpdateBootTimestampStart|, |kPrefsCurrentBytesDownloaded| + // |kPrefsUpdateBootTimestampStart| void ClearMetricsPrefs(); DaemonStateInterface* daemon_state_; |