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

Unified Diff: chrome/browser/chromeos/dbus/bluetooth_agent_service_provider.h

Issue 9694054: bluetooth: implement device pairing support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add closeOverlay() to reject button Created 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/dbus/bluetooth_agent_service_provider.h
diff --git a/chrome/browser/chromeos/dbus/bluetooth_agent_service_provider.h b/chrome/browser/chromeos/dbus/bluetooth_agent_service_provider.h
index 92cdc1305c2633b941d738c90a2127eb46147f5c..417f6bfa3c957f8b409afd760ec6ba279b62799e 100644
--- a/chrome/browser/chromeos/dbus/bluetooth_agent_service_provider.h
+++ b/chrome/browser/chromeos/dbus/bluetooth_agent_service_provider.h
@@ -124,7 +124,7 @@ class BluetoothAgentServiceProvider {
// This method will be called when the Bluetooth daemon requires that the
// user confirm that the Passkey |passkey| is displayed on the screen
// of the device with object path |object_path| so that it may be
- // authentication. The agent should display to the user and ask for
+ // authenticated. The agent should display to the user and ask for
// confirmation, then call |callback| to provide their response (success,
// rejected or cancelled).
//

Powered by Google App Engine
This is Rietveld 408576698