Chromium Code Reviews| Index: chrome/browser/ui/webui/settings/people_handler.cc |
| diff --git a/chrome/browser/ui/webui/settings/people_handler.cc b/chrome/browser/ui/webui/settings/people_handler.cc |
| index 55ebfe8cc730bdb06ba1a7e24bf6a7ee4473c378..42911c428336fa92f0b895d1458edc5cebfebf68 100644 |
| --- a/chrome/browser/ui/webui/settings/people_handler.cc |
| +++ b/chrome/browser/ui/webui/settings/people_handler.cc |
| @@ -868,9 +868,6 @@ void PeopleHandler::PushSyncPrefs() { |
| } else if (passphrase_type == syncer::PassphraseType::CUSTOM_PASSPHRASE) { |
| args.SetString("fullEncryptionBody", |
| GetStringUTF16(IDS_SYNC_FULL_ENCRYPTION_BODY_CUSTOM)); |
| - } else { |
| - args.SetString("fullEncryptionBody", |
|
tommycli
2016/10/25 18:28:46
Why was this removed? Is this string never used?
|
| - GetStringUTF16(IDS_SYNC_FULL_ENCRYPTION_DATA)); |
|
Moe
2016/10/25 22:30:18
I don't think this was ever necessary. This string
|
| } |
| CallJavascriptFunction("cr.webUIListenerCallback", |