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

Unified Diff: prefs.cc

Issue 2856070: Don't send machine and user ID to Omaha anymore. Send a/r pings instead. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git
Patch Set: Address review comments. Created 10 years, 5 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
« omaha_request_action.h ('K') | « prefs.h ('k') | prefs_interface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: prefs.cc
diff --git a/prefs.cc b/prefs.cc
index 38129c90fc28a37738d742a8133cda51c829a742..39f5908d6b719ddbd00b3fccbe6fb4c80578f080 100644
--- a/prefs.cc
+++ b/prefs.cc
@@ -13,6 +13,9 @@ using std::string;
namespace chromeos_update_engine {
+const char kPrefsLastActivePingDay[] = "last-active-ping-day";
+const char kPrefsLastRollCallPingDay[] = "last-roll-call-ping-day";
+
bool Prefs::Init(const FilePath& prefs_dir) {
prefs_dir_ = prefs_dir;
return true;
« omaha_request_action.h ('K') | « prefs.h ('k') | prefs_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698