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

Unified Diff: chrome/browser/resources/connection_manager.js

Issue 2600683002: Run tools/clang-format-js on some of chrome/browser/resources/ (Closed)
Patch Set: . Created 4 years 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/connection_manager.js
diff --git a/chrome/browser/resources/connection_manager.js b/chrome/browser/resources/connection_manager.js
index baa3737584abf5e434085ea13b3507660b76c1d4..12cb0487bef8b0a09e1efd2484d00e60a66e29aa 100644
--- a/chrome/browser/resources/connection_manager.js
+++ b/chrome/browser/resources/connection_manager.js
@@ -3,11 +3,9 @@
// found in the LICENSE file.
-function chromeos() {
-}
+function chromeos() {}
-chromeos.connectionManager = function() {
-};
+chromeos.connectionManager = function() {};
chromeos.connectionManager.transaction_status_callback_ = null;
chromeos.connectionManager.parent_page_url_ = 'chrome://mobilesetup';
@@ -25,4 +23,3 @@ chromeos.connectionManager.reportTransactionStatus_ = function(status) {
};
window.parent.postMessage(msg, chromeos.connectionManager.parent_page_url_);
};
-

Powered by Google App Engine
This is Rietveld 408576698