Commit f6160454 authored by isherman's avatar isherman Committed by Commit bot

[Smart Lock] Fix a failing DCHECK

The setup notification title does not have a placeholder string, so don't try to
substitute one.

BUG=453147
TEST=none
R=tengs@chromium.org

Review URL: https://codereview.chromium.org/884783004

Cr-Commit-Position: refs/heads/master@{#314046}
parent 6c68b2a4
......@@ -134,8 +134,7 @@ bool EasyUnlockPrivateGetStringsFunction::RunSync() {
// Setup notification strings.
strings->SetString(
"setupNotificationTitle",
l10n_util::GetStringFUTF16(IDS_EASY_UNLOCK_SETUP_NOTIFICATION_TITLE,
device_type));
l10n_util::GetStringUTF16(IDS_EASY_UNLOCK_SETUP_NOTIFICATION_TITLE));
strings->SetString(
"setupNotificationMessage",
l10n_util::GetStringFUTF16(IDS_EASY_UNLOCK_SETUP_NOTIFICATION_MESSAGE,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment