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

Side by Side Diff: content/common/bluetooth/bluetooth_service.mojom

Issue 1775953004: bluetooth: Move writeValue to mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Moar cleanup Created 4 years, 9 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
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 module content.mojom;
Ken Rockot(use gerrit already) 2016/03/09 19:31:26 Hmm. I understand you want to port to mojo first,
ortuno 2016/03/16 16:29:45 Done.
6
7 import "third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom ";
8
9 interface BluetoothService {
10
11 RemoteCharacteristicWriteValue(
12 int32 frame_routing_id,
13 string characteristic_instance_id,
14 array<uint8> value) => (blink.mojom.WebBluetoothError error);
15 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698