Index: chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc |
diff --git a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc |
index 703ba392b708e8649f2b84763496e7de6a45eaa1..e88634b8f12d3682825be1c738c433866436eaaa 100644 |
--- a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc |
+++ b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc |
@@ -117,15 +117,6 @@ bool EasyUnlockPrivateGetStringsFunction::RunSync() { |
l10n_util::GetStringUTF16( |
IDS_EASY_UNLOCK_SETUP_NOTIFICATION_BUTTON_TITLE)); |
- // Success notification strings. |
- strings->SetString( |
- "successNotificationTitle", |
- l10n_util::GetStringUTF16(IDS_EASY_UNLOCK_SUCCESS_NOTIFICATION_TITLE)); |
- strings->SetString( |
- "successNotificationMessage", |
- l10n_util::GetStringFUTF16(IDS_EASY_UNLOCK_SUCCESS_NOTIFICATION_MESSAGE, |
- device_type)); |
- |
// Chromebook added to Easy Unlock notification strings. |
strings->SetString( |
"chromebookAddedNotificationTitle", |