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

Unified Diff: prefs.h

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
Index: prefs.h
diff --git a/prefs.h b/prefs.h
index 5926d9758ca21bcd122b5060fc408b0ed5ea5a3d..cccfed5a5b633708fbc98e89d74cbb46cd47fdb4 100644
--- a/prefs.h
+++ b/prefs.h
@@ -17,6 +17,8 @@ namespace chromeos_update_engine {
class Prefs : public PrefsInterface {
public:
+ Prefs() {}
+
// Initializes the store by associating this object with |prefs_dir|
// as the preference store directory. Returns true on success, false
// otherwise.
@@ -39,6 +41,8 @@ class Prefs : public PrefsInterface {
// Preference store directory.
FilePath prefs_dir_;
+
+ DISALLOW_COPY_AND_ASSIGN(Prefs);
};
} // namespace chromeos_update_engine
« omaha_request_action.h ('K') | « omaha_request_action_unittest.cc ('k') | prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698