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

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

Issue 14008005: Move proto files back into chrome/browser/policy/proto (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | 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; 7 option optimize_for = LITE_RUNTIME;
8 8
9 package enterprise_management; 9 package enterprise_management;
10 10
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 529
530 // Session status report response. 530 // Session status report response.
531 optional SessionStatusReportResponse session_status_report_response = 7; 531 optional SessionStatusReportResponse session_status_report_response = 7;
532 532
533 // Auto-enrollment detection response. 533 // Auto-enrollment detection response.
534 optional DeviceAutoEnrollmentResponse auto_enrollment_response = 8; 534 optional DeviceAutoEnrollmentResponse auto_enrollment_response = 8;
535 535
536 // EMCert upload response. 536 // EMCert upload response.
537 optional DeviceCertUploadResponse cert_upload_response = 9; 537 optional DeviceCertUploadResponse cert_upload_response = 9;
538 } 538 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698