diff options
Diffstat (limited to 'sync/protocol')
-rw-r--r-- | sync/protocol/search_engine_specifics.proto | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sync/protocol/search_engine_specifics.proto b/sync/protocol/search_engine_specifics.proto index 4fbe40f..037e9fa 100644 --- a/sync/protocol/search_engine_specifics.proto +++ b/sync/protocol/search_engine_specifics.proto @@ -42,7 +42,8 @@ message SearchEngineSpecifics { // Set to zero if it was not prepopulated. optional int32 prepopulate_id = 11; // DEPRECATED: Whether to autogenerate a keyword for the search engine or not. - // Do not use this field in the future. + // Do not write to this field in the future. We preserve this for now so we + // can read the field in order to migrate existing data that sets this bit. optional bool autogenerate_keyword = 12; // ID 13 reserved - previously used by |logo_id|, now deprecated. // Obsolete field. This used to represent whether or not this search engine |