OLD | NEW |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 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 // Definitions for CryptAuth API calls. Do not edit unless transcribing | 5 // Definitions for CryptAuth API calls. Do not edit unless transcribing |
6 // from server definitions. | 6 // from server definitions. |
7 syntax = "proto2"; | 7 syntax = "proto2"; |
8 | 8 |
9 package cryptauth; | 9 package cryptauth; |
10 | 10 |
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
476 // only disable EasyUnlock for all devices. | 476 // only disable EasyUnlock for all devices. |
477 optional bool apply_to_all = 3; | 477 optional bool apply_to_all = 3; |
478 | 478 |
479 // Information about the requesting device and its platform. | 479 // Information about the requesting device and its platform. |
480 optional DeviceClassifier device_classifier = 4; | 480 optional DeviceClassifier device_classifier = 4; |
481 } | 481 } |
482 | 482 |
483 message ToggleEasyUnlockResponse { | 483 message ToggleEasyUnlockResponse { |
484 // empty for now. | 484 // empty for now. |
485 } | 485 } |
OLD | NEW |