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

Unified Diff: Source/modules/bluetooth/testing/InternalsBluetooth.idl

Issue 650613005: bluetooth: Initial WebBluetooth & WebBluetoothError. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Abandoned initial approach implementing BluetoothMock in Blink. Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: Source/modules/bluetooth/testing/InternalsBluetooth.idl
diff --git a/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl b/Source/modules/bluetooth/testing/InternalsBluetooth.idl
similarity index 60%
copy from Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl
copy to Source/modules/bluetooth/testing/InternalsBluetooth.idl
index 0d43a955a5bec91694d52a0bb8633874418c8cfb..5acb7c81fc00002c9cf7fa0b1f7007681d580133 100644
--- a/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl
+++ b/Source/modules/bluetooth/testing/InternalsBluetooth.idl
@@ -3,5 +3,6 @@
// found in the LICENSE file.
partial interface Internals {
- void setNavigatorContentUtilsClientMock(Document document);
+ void resetBluetoothMock(Navigator navigator);
+ void bluetoothRequestDeviceWillReject(Navigator navigator, DOMString error);
};

Powered by Google App Engine
This is Rietveld 408576698