Refactor VariationsSeedProcessor to add ProcessedStudy struct.
commitd4f8485791cad6dbedec9058f3f57c40c4da332d
authorasvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 8 Nov 2013 01:05:35 +0000 (8 01:05 +0000)
committerasvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 8 Nov 2013 01:05:35 +0000 (8 01:05 +0000)
tree093b8792f187c28bbc6162f77654ca98aac55134
parent095e4dc9888210cb153f712830e7f07e8c9c9a51
Refactor VariationsSeedProcessor to add ProcessedStudy struct.

This paves way for more changes to follow that will re-use the
FilterAndValidateStudies logic, but will do different things with the
resulting ProcessedStudy list (simulate the resulting field trials).

BUG=315807
TEST=New unit test.

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233740 0039d316-1c4b-4281-b951-d872f2087c98
components/variations.gypi
components/variations/processed_study.cc [new file with mode: 0644]
components/variations/processed_study.h [new file with mode: 0644]
components/variations/variations_seed_processor.cc
components/variations/variations_seed_processor.h
components/variations/variations_seed_processor_unittest.cc