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

Unified Diff: chrome/common/extensions/api/bluetooth_socket.idl

Issue 491753002: [EasyUnlock] Add a private API for establishing an insecure Bluetooth connection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update a comment Created 6 years, 4 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: chrome/common/extensions/api/bluetooth_socket.idl
diff --git a/chrome/common/extensions/api/bluetooth_socket.idl b/chrome/common/extensions/api/bluetooth_socket.idl
index cb95c02adc8c7763e0eca437131d4816bde29b8e..b84d3c6da7b0efe76265a957d9a05faf3a89d253 100644
--- a/chrome/common/extensions/api/bluetooth_socket.idl
+++ b/chrome/common/extensions/api/bluetooth_socket.idl
@@ -243,7 +243,7 @@ namespace bluetoothSocket {
// Connects the socket to a remote Bluetooth device. When the
// <code>connect</code> operation completes successfully,
// <code>onReceive</code> events are raised when data is received from the
- // peer. If a network error occur while the runtime is receiving packets,
+ // peer. If a network error occurs while the runtime is receiving packets,
// a <code>onReceiveError</code> event is raised, at which point no more
// <code>onReceive</code> event will be raised for this socket until the
// <code>setPaused(false)</code> method is called.

Powered by Google App Engine
This is Rietveld 408576698