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

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

Issue 11228038: Linux: change protobuf default option to allow building (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | Annotate | Revision Log
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;
8
9 package enterprise_management; 7 package enterprise_management;
10 8
11 // Request from device to server to register device. 9 // Request from device to server to register device.
12 message DeviceRegisterRequest { 10 message DeviceRegisterRequest {
13 // Reregister device without erasing server state. It can be used 11 // Reregister device without erasing server state. It can be used
14 // to refresh dmtoken etc. Client MUST set this value to true if it 12 // to refresh dmtoken etc. Client MUST set this value to true if it
15 // reuses an existing device id. 13 // reuses an existing device id.
16 optional bool reregister = 1; 14 optional bool reregister = 1;
17 15
18 // Device register type. This field does not exist for TT release. 16 // Device register type. This field does not exist for TT release.
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 483
486 // Device status report response. 484 // Device status report response.
487 optional DeviceStatusReportResponse device_status_report_response = 6; 485 optional DeviceStatusReportResponse device_status_report_response = 6;
488 486
489 // Session status report response. 487 // Session status report response.
490 optional SessionStatusReportResponse session_status_report_response = 7; 488 optional SessionStatusReportResponse session_status_report_response = 7;
491 489
492 // Auto-enrollment detection response. 490 // Auto-enrollment detection response.
493 optional DeviceAutoEnrollmentResponse auto_enrollment_response = 8; 491 optional DeviceAutoEnrollmentResponse auto_enrollment_response = 8;
494 } 492 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/proto/chrome_device_policy.proto ('k') | chrome/browser/policy/proto/device_management_local.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698