Index: chrome/browser/resources/settings/people_page/sync_private_api.js |
diff --git a/chrome/browser/resources/settings/people_page/sync_private_api.js b/chrome/browser/resources/settings/people_page/sync_private_api.js |
index 89d51dee2db21cef2d540ae9caf2e340133b9b0f..1682433657be4d02d6a89112a5a79c91626f27ca 100644 |
--- a/chrome/browser/resources/settings/people_page/sync_private_api.js |
+++ b/chrome/browser/resources/settings/people_page/sync_private_api.js |
@@ -121,6 +121,7 @@ cr.define('settings', function() { |
SyncPrivateApi.getProfileInfoCallback_(name, iconUrl); |
}; |
+<if expr="not chromeos"> |
/** |
* Called from JavaScript. Gets the available profile icons to choose from. |
* @param {!function(!Array<string>)} callback |
@@ -147,6 +148,7 @@ cr.define('settings', function() { |
SyncPrivateApi.setProfileIconAndName = function(iconUrl, name) { |
chrome.send('setProfileIconAndName', [iconUrl, name]); |
}; |
+</if> |
/** |
* Starts the signin process for the user. Does nothing if the user is |