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

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

Issue 2617663002: WIP: run clang-format-js on lots of things (Closed)
Patch Set: merge Created 3 years, 11 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/browser/resources/certificate_viewer.js ('k') | chrome/browser/resources/cryptotoken/appid.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_);
};
-
« no previous file with comments | « chrome/browser/resources/certificate_viewer.js ('k') | chrome/browser/resources/cryptotoken/appid.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698