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

Unified Diff: chrome/test/data/webui/settings/fake_bluetooth_private.js

Issue 2801403002: MD Settings: Bluetooth: Fix adapter state and discovery (Closed)
Patch Set: Use CHECK instead of early exit Created 3 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 | « chrome/test/data/webui/settings/fake_bluetooth.js ('k') | extensions/browser/api/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/settings/fake_bluetooth_private.js
diff --git a/chrome/test/data/webui/settings/fake_bluetooth_private.js b/chrome/test/data/webui/settings/fake_bluetooth_private.js
index efbe7073546a3369a6a0c3e914c0252902cc1604..d3a3cec5675a2460f4d240fa491fb87438fba492 100644
--- a/chrome/test/data/webui/settings/fake_bluetooth_private.js
+++ b/chrome/test/data/webui/settings/fake_bluetooth_private.js
@@ -24,7 +24,7 @@ cr.define('settings', function() {
FakeBluetoothPrivate.prototype = {
/** @override */
setAdapterState: function(state, opt_callback) {
- this.bluetoothApi_.adapterState = state;
+ this.bluetoothApi_.setAdapterState(state);
if (opt_callback)
opt_callback();
},
« no previous file with comments | « chrome/test/data/webui/settings/fake_bluetooth.js ('k') | extensions/browser/api/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698