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

Unified Diff: src/platform/update_engine/test_utils.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/test_utils.h
diff --git a/src/platform/update_engine/test_utils.h b/src/platform/update_engine/test_utils.h
index 642158b7e595632e88e318ae764aeb578420974b..6274a22b3466ee96fda9224a7a6ea1cfb3b0ffa2 100644
--- a/src/platform/update_engine/test_utils.h
+++ b/src/platform/update_engine/test_utils.h
@@ -17,7 +17,6 @@ namespace chromeos_update_engine {
// Writes the data passed to path. The file at path will be overwritten if it
// exists. Returns true on success, false otherwise.
-bool WriteFile(const char* path, const char* data, int data_len);
bool WriteFileVector(const std::string& path, const std::vector<char>& data);
bool WriteFileString(const std::string& path, const std::string& data);
« no previous file with comments | « src/platform/update_engine/omaha_request_prep_action_unittest.cc ('k') | src/platform/update_engine/test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698