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

Unified Diff: chrome/browser/resources/options/browser_options_profile_list.js

Issue 2939273002: DO NOT SUBMIT: what chrome/browser/resources/ could eventually look like with clang-format (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/options/browser_options_profile_list.js
diff --git a/chrome/browser/resources/options/browser_options_profile_list.js b/chrome/browser/resources/options/browser_options_profile_list.js
index bd232745381030407fa181817693456da396233d..9e7565bbaa2a6df53327201a8e53e502b639a748 100644
--- a/chrome/browser/resources/options/browser_options_profile_list.js
+++ b/chrome/browser/resources/options/browser_options_profile_list.js
@@ -62,8 +62,8 @@ cr.define('options.browser_options', function() {
var displayName = profileInfo.name;
if (profileInfo.isCurrentProfile) {
- displayName = loadTimeData.getStringF('profilesListItemCurrent',
- profileInfo.name);
+ displayName = loadTimeData.getStringF(
+ 'profilesListItemCurrent', profileInfo.name);
}
nameEl.textContent = displayName;
@@ -135,7 +135,5 @@ cr.define('options.browser_options', function() {
canDeleteItems_: true,
};
- return {
- ProfileList: ProfileList
- };
+ return {ProfileList: ProfileList};
});

Powered by Google App Engine
This is Rietveld 408576698