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

Unified Diff: chrome/browser/resources/md_extensions/detail_view.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
Index: chrome/browser/resources/md_extensions/detail_view.js
diff --git a/chrome/browser/resources/md_extensions/detail_view.js b/chrome/browser/resources/md_extensions/detail_view.js
index 5183e2efee29f4144f742d2701b095199ccdf3a4..53656f17e634468870cce58de08867d8aec7a4e1 100644
--- a/chrome/browser/resources/md_extensions/detail_view.js
+++ b/chrome/browser/resources/md_extensions/detail_view.js
@@ -74,9 +74,8 @@ cr.define('extensions', function() {
*/
shouldShowOptionsSection_: function() {
return this.data.incognitoAccess.isEnabled ||
- this.data.fileAccess.isEnabled ||
- this.data.runOnAllUrls.isEnabled ||
- this.data.errorCollection.isEnabled;
+ this.data.fileAccess.isEnabled || this.data.runOnAllUrls.isEnabled ||
+ this.data.errorCollection.isEnabled;
},
/** @private */
« no previous file with comments | « chrome/browser/resources/md_extensions/code_section.js ('k') | chrome/browser/resources/md_extensions/error_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698