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

Side by Side Diff: services/device/public/interfaces/nfc.mojom

Issue 2894373002: [DeviceService] Move //device/nfc to be part of the internal impl of Device Service (Closed)
Patch Set: Modify code comment Created 3 years, 7 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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 // TODO(blundell): This should be moved to device.mojom. 5 // TODO(blundell): This should be moved to device.mojom.
6 module device.nfc.mojom; 6 module device.nfc.mojom;
7 7
8 enum NFCErrorType { 8 enum NFCErrorType {
9 SECURITY, 9 SECURITY,
10 NOT_SUPPORTED, 10 NOT_SUPPORTED,
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 // visibility or focus is lost. 129 // visibility or focus is lost.
130 SuspendNFCOperations(); 130 SuspendNFCOperations();
131 131
132 // Resumes all suspended NFC operations. 132 // Resumes all suspended NFC operations.
133 ResumeNFCOperations(); 133 ResumeNFCOperations();
134 }; 134 };
135 135
136 interface NFCClient { 136 interface NFCClient {
137 OnWatch(array<uint32> watch_ids, NFCMessage message); 137 OnWatch(array<uint32> watch_ids, NFCMessage message);
138 }; 138 };
OLDNEW
« no previous file with comments | « services/device/public/interfaces/BUILD.gn ('k') | services/device/public/interfaces/nfc_provider.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698