diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-08 17:54:12 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-08 17:54:12 +0000 |
commit | 7404ca0bdecead85062e30c760d4e89165131fd8 (patch) | |
tree | 2beb7b96c13d89dae39be4abde594739b6085ea9 /sync/protocol | |
parent | 015d874b3128f4985131203400c527e03139a282 (diff) | |
download | chromium_src-7404ca0bdecead85062e30c760d4e89165131fd8.zip chromium_src-7404ca0bdecead85062e30c760d4e89165131fd8.tar.gz chromium_src-7404ca0bdecead85062e30c760d4e89165131fd8.tar.bz2 |
These bits were supposed to be included in 135775 but I forgot to save them :(
BUG=none
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135867 0039d316-1c4b-4281-b951-d872f2087c98
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 |