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

Unified Diff: chrome/browser/resources/help/help.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/help/channel_change_page.js ('k') | chrome/browser/resources/help/help_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/help/help.js
diff --git a/chrome/browser/resources/help/help.js b/chrome/browser/resources/help/help.js
index b213a750508a9783153d575374623bea1e9b83c1..00ba53a2080208a3b6f0e8b6265ede5dae3eb37a 100644
--- a/chrome/browser/resources/help/help.js
+++ b/chrome/browser/resources/help/help.js
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-<include src="../uber/uber_page_manager_observer.js">
-<include src="../uber/uber_utils.js">
+// <include src="../uber/uber_page_manager_observer.js">
+// <include src="../uber/uber_utils.js">
(function() {
var HelpPage = help.HelpPage;
@@ -16,8 +16,8 @@
PageManager.register(HelpPage.getInstance());
if (help.ChannelChangePage) {
- PageManager.registerOverlay(help.ChannelChangePage.getInstance(),
- HelpPage.getInstance());
+ PageManager.registerOverlay(
+ help.ChannelChangePage.getInstance(), HelpPage.getInstance());
}
PageManager.addObserver(new uber.PageManagerObserver());
PageManager.initialize(HelpPage.getInstance());
« no previous file with comments | « chrome/browser/resources/help/channel_change_page.js ('k') | chrome/browser/resources/help/help_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698