Chromium Code Reviews| Index: chrome/browser/policy/proto/chromeos/chrome_device_policy.proto |
| diff --git a/chrome/browser/policy/proto/chromeos/chrome_device_policy.proto b/chrome/browser/policy/proto/chromeos/chrome_device_policy.proto |
| index 8ac68e0dbcdcef04e7959c2c0067021e99f0bccc..178d5456b4a6249c255bda0e5200bddeddce8f11 100644 |
| --- a/chrome/browser/policy/proto/chromeos/chrome_device_policy.proto |
| +++ b/chrome/browser/policy/proto/chromeos/chrome_device_policy.proto |
| @@ -246,7 +246,7 @@ message DeviceLocalAccountInfoProto { |
| // identifier to the |account_id| field below. If the |type| field is present, |
| // |deprecated_public_session_id| will be ignored. |
| // TODO(mnissler): Rename this field to indicate it's deprecated. |
|
Joao da Silva
2013/05/06 13:00:08
Remove the TODO
Mattias Nissler (ping if slow)
2013/05/06 13:40:33
Done.
|
| - optional string id = 1; |
| + optional string deprecated_public_session_id = 1; |
| // Identifier for the device-local account. This is an opaque identifier that |
| // is used to distinguish different device-local accounts configured. All |