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

Side by Side Diff: components/cryptauth/proto/cryptauth_api.proto

Issue 2502343003: Moved //components/proximity_auth/cryptauth to //components/cryptauth. (Closed)
Patch Set: Fixed proto #includes. Created 4 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
« no previous file with comments | « components/cryptauth/proto/BUILD.gn ('k') | components/cryptauth/proto/securemessage.proto » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « components/cryptauth/proto/BUILD.gn ('k') | components/cryptauth/proto/securemessage.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698