aboutsummaryrefslogtreecommitdiff
path: root/dbus/field_trial_list.proto
AgeCommit message (Collapse)Author
2015-08-26Add missing 'syntax = "proto2"' directives to *.proto.Daniel Erat
Apply a patch from thakis@chromium.org to avoid warnings from the new protobuf compiler used by Chromium. BUG=chromium:525255 TEST=built it Change-Id: I33cdfb2f706db921d4db84dc2176955b1435a537 Reviewed-on: https://chromium-review.googlesource.com/295731 Commit-Ready: Dan Erat <derat@chromium.org> Tested-by: Dan Erat <derat@chromium.org> Reviewed-by: Nico Weber <thakis@chromium.org>
2013-07-02Define serialization format for Finch state.Chris Masone
We'd like to enable Chrome to push Finch experiment state to the rest of the system, so we can run experiments outside the browser. To support this, we want to allow Chrome to serialize this state to disk using a protobuf. BUG=chromium:253627 TEST=protoc --cpp_out=. field_trial_list.proto Change-Id: Ib943f63bf244503a39a8ec7b3a7dd8f0b5250038 Reviewed-on: https://gerrit.chromium.org/gerrit/59833 Tested-by: Chris Masone <cmasone@chromium.org> Reviewed-by: Chris Sosa <sosa@chromium.org> Commit-Queue: Chris Masone <cmasone@chromium.org>