Fix variation id transmission with feedback reports.
commite6f7a58b12228773ef182a5481d381c427505740
authorasvitkine <asvitkine@chromium.org>
Mon, 23 Feb 2015 21:24:53 +0000 (23 13:24 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 23 Feb 2015 21:25:32 +0000 (23 21:25 +0000)
tree34865a000daa96751613e0f418ceaaa47b81c893
parentd52ca402963fc3fc25c9f93b577f79a5eebbb10f
Fix variation id transmission with feedback reports.

This was originally added by this CL:
https://chromiumcodereview.appspot.com/15714003

But later broke when the code was componentized here:
https://codereview.chromium.org/116863002

This CL restores the original functionality and adds
a test to hopefully prevent it from regressing in the
future.

BUG=460604

Review URL: https://codereview.chromium.org/942863003

Cr-Commit-Position: refs/heads/master@{#317655}
components/components_tests.gyp
components/feedback.gypi
components/feedback/BUILD.gn
components/feedback/DEPS
components/feedback/feedback_uploader_chrome.cc
components/feedback/feedback_uploader_chrome_unittest.cc [new file with mode: 0644]