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

Unified Diff: chromeos/dbus/experimental_bluetooth_profile_manager_client.cc

Issue 14135008: Bluetooth: fix default value of require_authorization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/experimental_bluetooth_profile_manager_client.cc
diff --git a/chromeos/dbus/experimental_bluetooth_profile_manager_client.cc b/chromeos/dbus/experimental_bluetooth_profile_manager_client.cc
index 84b4f06a04cf88608e2711bf26ef306923c8b7ee..4f5fc27d29791fb73614f9ec7a61af4f8bbbd97a 100644
--- a/chromeos/dbus/experimental_bluetooth_profile_manager_client.cc
+++ b/chromeos/dbus/experimental_bluetooth_profile_manager_client.cc
@@ -22,7 +22,7 @@ const char ExperimentalBluetoothProfileManagerClient::kNoResponseError[] =
ExperimentalBluetoothProfileManagerClient::Options::Options()
: role(SYMMETRIC),
require_authentication(false),
- require_authorization(true),
+ require_authorization(false),
auto_connect(true) {
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698