Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(386)

Side by Side Diff: components/sync/protocol/experiment_status.proto

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file 3 // found in the LICENSE file
4 4
5 syntax = "proto2"; 5 syntax = "proto2";
6 6
7 option optimize_for = LITE_RUNTIME; 7 option optimize_for = LITE_RUNTIME;
8 8
9 package sync_pb; 9 package sync_pb;
10 10
(...skipping 16 matching lines...) Expand all
27 optional int32 poll_interval_seconds = 1 [default = 3600]; 27 optional int32 poll_interval_seconds = 1 [default = 3600];
28 28
29 // The experiments that the client has asked for, with each experiment 29 // The experiments that the client has asked for, with each experiment
30 // containing exactly one experiment flag. The client can inspect the 30 // containing exactly one experiment flag. The client can inspect the
31 // embedded flag to obtain the experiment status. Note that the number of 31 // embedded flag to obtain the experiment status. Note that the number of
32 // experiments should be less than or equal to the number of experiment_name 32 // experiments should be less than or equal to the number of experiment_name
33 // sent in the request since it is possible that there is no experiment 33 // sent in the request since it is possible that there is no experiment
34 // matching an experiment_name. 34 // matching an experiment_name.
35 repeated ExperimentsSpecifics experiment = 2; 35 repeated ExperimentsSpecifics experiment = 2;
36 } 36 }
OLDNEW
« no previous file with comments | « components/sync/protocol/entity_metadata.proto ('k') | components/sync/protocol/experiments_specifics.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698