| 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",
|
| - GetStringUTF16(IDS_SYNC_FULL_ENCRYPTION_DATA));
|
| }
|
|
|
| CallJavascriptFunction("cr.webUIListenerCallback",
|
|
|