| Index: chrome/browser/ui/webui/options/browser_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| index ce012680538b26a6ad2f1008f75270b2a09e6157..e83872e1a91320f9ccb2a29c331e5832f8a3131f 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| @@ -310,7 +310,8 @@ void BrowserOptionsHandler::GetLocalizedValues(base::DictionaryValue* values) {
|
| IDS_NETWORK_PREDICTION_ENABLED_DESCRIPTION },
|
| { "passwordManagerEnabled",
|
| password_bubble_experiment::IsSmartLockBrandingEnabled(
|
| - Profile::FromWebUI(web_ui())) ?
|
| + ProfileSyncServiceFactory::GetForProfile(
|
| + Profile::FromWebUI(web_ui()))) ?
|
| IDS_OPTIONS_PASSWORD_MANAGER_SMART_LOCK_ENABLE :
|
| IDS_OPTIONS_PASSWORD_MANAGER_ENABLE },
|
| { "passwordsAndAutofillGroupName",
|
|
|