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

Unified Diff: chrome/browser/resources/md_extensions/navigation_helper.js

Issue 2948443003: Run clang-format on .js files in c/b/r/md_extensions (Closed)
Patch Set: Created 3 years, 6 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/md_extensions/navigation_helper.js
diff --git a/chrome/browser/resources/md_extensions/navigation_helper.js b/chrome/browser/resources/md_extensions/navigation_helper.js
index e58107fdad65d5248255b50872230f5bdd1a519b..43e23820a89a1f45ef55aa445b31e9c14015b72f 100644
--- a/chrome/browser/resources/md_extensions/navigation_helper.js
+++ b/chrome/browser/resources/md_extensions/navigation_helper.js
@@ -96,8 +96,7 @@ cr.define('extensions', function() {
assert(path);
var state = {url: path};
var currentPage = this.getCurrentPage();
- var isDialogNavigation =
- currentPage.page == entry.page &&
+ var isDialogNavigation = currentPage.page == entry.page &&
currentPage.extensionId == entry.extensionId;
// Navigating to a dialog doesn't visually change pages; it just opens
// a dialog. As such, we replace state rather than pushing a new state

Powered by Google App Engine
This is Rietveld 408576698