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

Unified Diff: chrome/browser/resources/settings/about_page/detailed_build_info.js

Issue 2946563002: Run clang-format on .js files in c/b/r/settings (Closed)
Patch Set: dschuyler@ review 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/settings/about_page/detailed_build_info.js
diff --git a/chrome/browser/resources/settings/about_page/detailed_build_info.js b/chrome/browser/resources/settings/about_page/detailed_build_info.js
index 654ac5ddb9d17b7a7b500fa73c2ccc33730ec560..8a5842bf2b867bdd09a29806af9402ee8ae9f2d1 100644
--- a/chrome/browser/resources/settings/about_page/detailed_build_info.js
+++ b/chrome/browser/resources/settings/about_page/detailed_build_info.js
@@ -65,7 +65,8 @@ Polymer({
* @private
*/
getChangeChannelIndicatorSourceName_: function(canChangeChannel) {
- return loadTimeData.getBoolean('aboutEnterpriseManaged') ? '' :
+ return loadTimeData.getBoolean('aboutEnterpriseManaged') ?
+ '' :
loadTimeData.getString('ownerEmail');
},

Powered by Google App Engine
This is Rietveld 408576698