Include missing REPLACE_XZ switch case.

The operation was included in the .proto file but not in this switch
case.

Bug: 23179128
Test: emerge-link update_engine

Change-Id: I99887a1dbcf6237d268bcd0c117d3766f113df64
1 file changed
tree: ee160a8495bdec6c9ecc069f60b2f87ceff5abd7
  1. dbus_bindings/
  2. init/
  3. payload_generator/
  4. sample_images/
  5. update_manager/
  6. .gitignore
  7. action.h
  8. action_pipe.h
  9. action_pipe_unittest.cc
  10. action_processor.cc
  11. action_processor.h
  12. action_processor_unittest.cc
  13. action_unittest.cc
  14. boot_control.h
  15. boot_control_android.cc
  16. boot_control_android.h
  17. boot_control_chromeos.cc
  18. boot_control_chromeos.h
  19. boot_control_chromeos_unittest.cc
  20. boot_control_interface.h
  21. bzip.cc
  22. bzip.h
  23. bzip_extent_writer.cc
  24. bzip_extent_writer.h
  25. bzip_extent_writer_unittest.cc
  26. certificate_checker.cc
  27. certificate_checker.h
  28. certificate_checker_unittest.cc
  29. chrome_browser_proxy_resolver.cc
  30. chrome_browser_proxy_resolver.h
  31. chrome_browser_proxy_resolver_unittest.cc
  32. clock.cc
  33. clock.h
  34. clock_interface.h
  35. connection_manager.cc
  36. connection_manager.h
  37. connection_manager_interface.h
  38. connection_manager_unittest.cc
  39. constants.cc
  40. constants.h
  41. daemon.cc
  42. daemon.h
  43. dbus_service.cc
  44. dbus_service.h
  45. dbus_service_unittest.cc
  46. dbus_test_utils.h
  47. delta_performer.cc
  48. delta_performer.h
  49. delta_performer_unittest.cc
  50. download_action.cc
  51. download_action.h
  52. download_action_unittest.cc
  53. error_code.h
  54. extent_writer.cc
  55. extent_writer.h
  56. extent_writer_unittest.cc
  57. fake_boot_control.h
  58. fake_clock.h
  59. fake_file_writer.h
  60. fake_hardware.h
  61. fake_p2p_manager.h
  62. fake_p2p_manager_configuration.h
  63. fake_prefs.cc
  64. fake_prefs.h
  65. fake_shill_proxy.cc
  66. fake_shill_proxy.h
  67. fake_system_state.cc
  68. fake_system_state.h
  69. file_descriptor.cc
  70. file_descriptor.h
  71. file_writer.cc
  72. file_writer.h
  73. file_writer_unittest.cc
  74. filesystem_verifier_action.cc
  75. filesystem_verifier_action.h
  76. filesystem_verifier_action_unittest.cc
  77. generate_pc_file.sh
  78. hardware.h
  79. hardware_android.cc
  80. hardware_android.h
  81. hardware_chromeos.cc
  82. hardware_chromeos.h
  83. hardware_interface.h
  84. http_common.cc
  85. http_common.h
  86. http_fetcher.cc
  87. http_fetcher.h
  88. http_fetcher_unittest.cc
  89. hwid_override.cc
  90. hwid_override.h
  91. hwid_override_unittest.cc
  92. install_plan.cc
  93. install_plan.h
  94. libcros_proxy.cc
  95. libcros_proxy.h
  96. libcurl_http_fetcher.cc
  97. libcurl_http_fetcher.h
  98. libupdate_engine-client-test.pc.in
  99. libupdate_engine-client.pc.in
  100. local_coverage_rate
  101. main.cc
  102. metrics.cc
  103. metrics.h
  104. mock_action.h
  105. mock_action_processor.h
  106. mock_certificate_checker.h
  107. mock_connection_manager.h
  108. mock_file_writer.h
  109. mock_hardware.h
  110. mock_http_fetcher.cc
  111. mock_http_fetcher.h
  112. mock_omaha_request_params.h
  113. mock_p2p_manager.h
  114. mock_payload_state.h
  115. mock_prefs.h
  116. mock_update_attempter.h
  117. MODULE_LICENSE_APACHE2
  118. mtd_file_descriptor.cc
  119. mtd_file_descriptor.h
  120. multi_range_http_fetcher.cc
  121. multi_range_http_fetcher.h
  122. NOTICE
  123. omaha_hash_calculator.cc
  124. omaha_hash_calculator.h
  125. omaha_hash_calculator_unittest.cc
  126. omaha_request_action.cc
  127. omaha_request_action.h
  128. omaha_request_action_unittest.cc
  129. omaha_request_params.cc
  130. omaha_request_params.h
  131. omaha_request_params_unittest.cc
  132. omaha_response.h
  133. omaha_response_handler_action.cc
  134. omaha_response_handler_action.h
  135. omaha_response_handler_action_unittest.cc
  136. OWNERS
  137. p2p_manager.cc
  138. p2p_manager.h
  139. p2p_manager_unittest.cc
  140. payload_constants.cc
  141. payload_constants.h
  142. payload_state.cc
  143. payload_state.h
  144. payload_state_interface.h
  145. payload_state_unittest.cc
  146. payload_verifier.cc
  147. payload_verifier.h
  148. postinstall_runner_action.cc
  149. postinstall_runner_action.h
  150. postinstall_runner_action_unittest.cc
  151. prefs.cc
  152. prefs.h
  153. prefs_interface.h
  154. prefs_unittest.cc
  155. PRESUBMIT.cfg
  156. proxy_resolver.cc
  157. proxy_resolver.h
  158. real_system_state.cc
  159. real_system_state.h
  160. run_unittests
  161. sample_omaha_v3_response.xml
  162. shill_proxy.cc
  163. shill_proxy.h
  164. shill_proxy_interface.h
  165. subprocess.cc
  166. subprocess.h
  167. subprocess_unittest.cc
  168. system_state.h
  169. tar_bunzip2.gypi
  170. terminator.cc
  171. terminator.h
  172. terminator_unittest.cc
  173. test_http_server.cc
  174. test_utils.cc
  175. test_utils.h
  176. test_utils_unittest.cc
  177. testrunner.cc
  178. unittest_key.pem
  179. unittest_key2.pem
  180. update_attempter.cc
  181. update_attempter.h
  182. update_attempter_unittest.cc
  183. update_engine-client.gyp
  184. update_engine.conf
  185. update_engine.gyp
  186. update_engine_client.cc
  187. update_metadata.proto
  188. UpdateEngine.conf
  189. utils.cc
  190. utils.h
  191. utils_unittest.cc
  192. WATCHLISTS
  193. zip_unittest.cc