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

Side by Side Diff: chrome/browser/policy/proto/cloud/device_management_backend.proto

Issue 17109006: Device robot refresh token integrity validation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix remoting compile error on windows Created 7 years, 6 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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 enterprise_management; 9 package enterprise_management;
10 10
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 231
232 // Indicates if the the server cannot find a valid serial number for the 232 // Indicates if the the server cannot find a valid serial number for the
233 // device. If this flag is set, the device should send the valid serial 233 // device. If this flag is set, the device should send the valid serial
234 // number with a device policy fetch request. Note that this only 234 // number with a device policy fetch request. Note that this only
235 // applies to device policy. 235 // applies to device policy.
236 optional bool valid_serial_number_missing = 10; 236 optional bool valid_serial_number_missing = 10;
237 237
238 // Indicates which public account or extension/plug-in this policy data is 238 // Indicates which public account or extension/plug-in this policy data is
239 // for. See PolicyFetchRequest.settings_entity_id for more details. 239 // for. See PolicyFetchRequest.settings_entity_id for more details.
240 optional string settings_entity_id = 11; 240 optional string settings_entity_id = 11;
241
242 // Indicates the identity the device service account is associated with.
243 // This is only sent as part of device policy fetch.
244 optional string service_account_identity = 12;
241 } 245 }
242 246
243 message PolicyFetchResponse { 247 message PolicyFetchResponse {
244 // Since a single policy request may ask for multiple policies, we 248 // Since a single policy request may ask for multiple policies, we
245 // provide separate error code for each individual policy fetch. 249 // provide separate error code for each individual policy fetch.
246 250
247 // We will use standard HTTP Status Code as error code. 251 // We will use standard HTTP Status Code as error code.
248 optional int32 error_code = 1; 252 optional int32 error_code = 1;
249 253
250 // Human readable error message for customer support purpose. 254 // Human readable error message for customer support purpose.
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 562
559 // Auto-enrollment detection response. 563 // Auto-enrollment detection response.
560 optional DeviceAutoEnrollmentResponse auto_enrollment_response = 8; 564 optional DeviceAutoEnrollmentResponse auto_enrollment_response = 8;
561 565
562 // EMCert upload response. 566 // EMCert upload response.
563 optional DeviceCertUploadResponse cert_upload_response = 9; 567 optional DeviceCertUploadResponse cert_upload_response = 9;
564 568
565 // Response to OAuth2 authorization code request. 569 // Response to OAuth2 authorization code request.
566 optional DeviceServiceApiAccessResponse service_api_access_response = 10; 570 optional DeviceServiceApiAccessResponse service_api_access_response = 10;
567 } 571 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/cloud/policy_builder.cc ('k') | chrome/browser/signin/oauth2_token_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698