summaryrefslogtreecommitdiff
path: root/update_attempter_android.h
diff options
context:
space:
mode:
authorScott Lobdell <slobdell@google.com>2019-03-05 11:56:41 -0800
committerScott Lobdell <slobdell@google.com>2019-03-05 16:53:31 -0800
commit838bccb515036433be3a55bec702336f170df38a (patch)
treeeb94a5e0cbab6fa3e8f5539fed44dd081f48fc04 /update_attempter_android.h
parent2af3457b7362c163b1896f7a4b6eee69f8439296 (diff)
parent4eee53f5949d5e4cb43894b3d190daf635e31338 (diff)
Merge QP1A.190228.005
Change-Id: I546552fe26b74b96c18d929cdda1a527bbcdf4dc
Diffstat (limited to 'update_attempter_android.h')
-rw-r--r--update_attempter_android.h4
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_;