Don't send machine and user ID to Omaha anymore. Send a/r pings instead.

This avoids sending a unique ID in order to track active user counts.
Note that this CL doesn't remove the machine/user/Omaha ID/file from
the params object -- it just makes them unused/obsolete. Removal will
be done in a subsequent CL in an effort to make this CL smaller.

BUG=1439
TEST=unit tests, x86-generic, arm-generic, gmerged and inspected logs

Review URL: http://codereview.chromium.org/2856070
12 files changed
tree: e9716a36246b23f9179d6d5f010fd92445516dbb
  1. .gitignore
  2. action.h
  3. action_pipe.h
  4. action_pipe_unittest.cc
  5. action_processor.cc
  6. action_processor.h
  7. action_processor_unittest.cc
  8. action_unittest.cc
  9. bzip.cc
  10. bzip.h
  11. bzip_extent_writer.cc
  12. bzip_extent_writer.h
  13. bzip_extent_writer_unittest.cc
  14. cycle_breaker.cc
  15. cycle_breaker.h
  16. cycle_breaker_unittest.cc
  17. dbus_constants.h
  18. dbus_service.cc
  19. dbus_service.h
  20. decompressing_file_writer.cc
  21. decompressing_file_writer.h
  22. decompressing_file_writer_unittest.cc
  23. delta_diff_generator.cc
  24. delta_diff_generator.h
  25. delta_diff_generator_unittest.cc
  26. delta_performer.cc
  27. delta_performer.h
  28. delta_performer_unittest.cc
  29. download_action.cc
  30. download_action.h
  31. download_action_unittest.cc
  32. extent_mapper.cc
  33. extent_mapper.h
  34. extent_mapper_unittest.cc
  35. extent_writer.cc
  36. extent_writer.h
  37. extent_writer_unittest.cc
  38. file_writer.cc
  39. file_writer.h
  40. file_writer_unittest.cc
  41. filesystem_copier_action.cc
  42. filesystem_copier_action.h
  43. filesystem_copier_action_unittest.cc
  44. filesystem_iterator.cc
  45. filesystem_iterator.h
  46. filesystem_iterator_unittest.cc
  47. gen_coverage_html.sh
  48. generate_delta_main.cc
  49. graph_types.h
  50. graph_utils.cc
  51. graph_utils.h
  52. graph_utils_unittest.cc
  53. gzip.cc
  54. gzip.h
  55. http_fetcher.h
  56. http_fetcher_unittest.cc
  57. inherit-review-settings-ok
  58. install_plan.h
  59. integration_unittest.cc
  60. libcurl_http_fetcher.cc
  61. libcurl_http_fetcher.h
  62. local_coverage_rate.sh
  63. main.cc
  64. marshal.list
  65. mock_file_writer.h
  66. mock_http_fetcher.cc
  67. mock_http_fetcher.h
  68. omaha_hash_calculator.cc
  69. omaha_hash_calculator.h
  70. omaha_hash_calculator_unittest.cc
  71. omaha_request_action.cc
  72. omaha_request_action.h
  73. omaha_request_action_unittest.cc
  74. omaha_request_params.cc
  75. omaha_request_params.h
  76. omaha_request_params_unittest.cc
  77. omaha_response_handler_action.cc
  78. omaha_response_handler_action.h
  79. omaha_response_handler_action_unittest.cc
  80. org.chromium.UpdateEngine.service
  81. postinstall_runner_action.cc
  82. postinstall_runner_action.h
  83. postinstall_runner_action_unittest.cc
  84. prefs.cc
  85. prefs.h
  86. prefs_interface.h
  87. prefs_mock.h
  88. prefs_unittest.cc
  89. SConstruct
  90. set_bootable_flag_action.cc
  91. set_bootable_flag_action.h
  92. set_bootable_flag_action_unittest.cc
  93. simple_key_value_store.cc
  94. simple_key_value_store.h
  95. simple_key_value_store_unittest.cc
  96. split_file_writer.cc
  97. split_file_writer.h
  98. split_file_writer_unittest.cc
  99. subprocess.cc
  100. subprocess.h
  101. subprocess_unittest.cc
  102. tarjan.cc
  103. tarjan.h
  104. tarjan_unittest.cc
  105. test_http_server.cc
  106. test_http_server.py
  107. test_utils.cc
  108. test_utils.h
  109. testrunner.cc
  110. topological_sort.cc
  111. topological_sort.h
  112. topological_sort_unittest.cc
  113. update_attempter.cc
  114. update_attempter.h
  115. update_engine.xml
  116. update_engine_client.cc
  117. update_metadata.proto
  118. UpdateEngine.conf
  119. utils.cc
  120. utils.h
  121. utils_unittest.cc
  122. zip_unittest.cc