Commit c447cff5 authored by Jit Yao Yap's avatar Jit Yao Yap Committed by Commit Bot

[protosync] Server-side -> client

Sync changes from https://critique.corp.google.com/#review/277300793
to client side.

Change-Id: Ife0ce7048700f84879bb2c978fe8e251c378b79c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1910223Reviewed-by: default avatarAlexander Hendrich <hendrich@chromium.org>
Commit-Queue: Jit Yao Yap <jityao@google.com>
Cr-Commit-Position: refs/heads/master@{#714451}
parent ebedb18a
...@@ -1578,7 +1578,7 @@ message ChromeDeviceSettingsProto { ...@@ -1578,7 +1578,7 @@ message ChromeDeviceSettingsProto {
optional LoginScreenLocalesProto login_screen_locales = 49; optional LoginScreenLocalesProto login_screen_locales = 49;
optional LoginScreenInputMethodsProto login_screen_input_methods = 50; optional LoginScreenInputMethodsProto login_screen_input_methods = 50;
optional DeviceEcryptfsMigrationStrategyProto optional DeviceEcryptfsMigrationStrategyProto
device_ecryptfs_migration_strategy = 51; device_ecryptfs_migration_strategy = 51 [deprecated = true];
optional DeviceSecondFactorAuthenticationProto optional DeviceSecondFactorAuthenticationProto
device_second_factor_authentication = 52; device_second_factor_authentication = 52;
optional CastReceiverNameProto cast_receiver_name = 53; optional CastReceiverNameProto cast_receiver_name = 53;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment