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

Unified Diff: src/platform/update_engine/omaha_request_prep_action.h

Issue 467051: AU: Use Omaha ID rather than MAC address in delta updater (Closed)
Patch Set: fixes for review Created 11 years 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: src/platform/update_engine/omaha_request_prep_action.h
diff --git a/src/platform/update_engine/omaha_request_prep_action.h b/src/platform/update_engine/omaha_request_prep_action.h
index ca7fd178a53fc8b14eedeb3702c2e61de689d91a..cb82a9f3065b97e337239f612e8b1210b7bc1f9f 100644
--- a/src/platform/update_engine/omaha_request_prep_action.h
+++ b/src/platform/update_engine/omaha_request_prep_action.h
@@ -49,7 +49,7 @@ class OmahaRequestPrepAction : public Action<OmahaRequestPrepAction> {
private:
// Gets a machine-local ID (for now, first MAC address we find)
- std::string GetMachineId() const;
+ bool GetMachineId(std::string* out_id) const;
// Fetches the value for a given key from
// /mnt/stateful_partition/etc/lsb-release if possible. Failing that,
« no previous file with comments | « src/platform/update_engine/integration_unittest.cc ('k') | src/platform/update_engine/omaha_request_prep_action.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698