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

Unified Diff: chrome/browser/resources/bluetooth_internals/interfaces.js

Issue 2448713002: bluetooth: Add Device connection logic and accompanying user interface. (Closed)
Patch Set: Major reorganization of Mojo interface code and DeviceCollection Created 4 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: chrome/browser/resources/bluetooth_internals/interfaces.js
diff --git a/chrome/browser/resources/bluetooth_internals/interfaces.js b/chrome/browser/resources/bluetooth_internals/interfaces.js
index 0a60fc48203aacfa2d6ac413e6c1346258f54ab0..3b243097a542f9c8e7c18e808dab958c391b9878 100644
--- a/chrome/browser/resources/bluetooth_internals/interfaces.js
+++ b/chrome/browser/resources/bluetooth_internals/interfaces.js
@@ -3,7 +3,7 @@
// found in the LICENSE file.
/**
- * Javascript for Mojo interface helpers, served from
+ * Javascript for Mojo interface helpers and global variables, served from
* chrome://bluetooth-internals/.
*/
@@ -76,7 +76,7 @@ cr.define('interfaces', function() {
return initializePromise;
}
- initializePromise = initializeProxies().then(function () {
+ initializePromise = initializeProxies().then(function() {
initialized = true;
});
@@ -86,4 +86,4 @@ cr.define('interfaces', function() {
return {
initialize: initialize,
};
-});
+});

Powered by Google App Engine
This is Rietveld 408576698