Commit 48e5eb8e authored by Ryan Hansberry's avatar Ryan Hansberry Committed by Commit Bot

[CrOS MultiDevice] Do not show setup flow dialog title text.

Bug: 883883
Change-Id: I6cb4ad9db6a8f24d15eae91a318f55ff6296698a
Reviewed-on: https://chromium-review.googlesource.com/1246684
Commit-Queue: Ryan Hansberry <hansberry@chromium.org>
Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#594542}
parent a8bf1f5e
......@@ -135,9 +135,6 @@
</message>
<!-- MultiDevice setup dialog. -->
<message name="IDS_MULTIDEVICE_SETUP_DIALOG_TITLE" desc="Title for the MultiDevice setup dialog, which allows users to enable features which involve communication between multiple devices (e.g., a Chromebook and a phone)." translateable="false">
MultiDevice Setup
</message>
<message name="IDS_MULTIDEVICE_SETUP_ACCEPT_LABEL" desc="Label for button to accept conditions and begin MultiDevice setup workflow.">
Accept &amp; continue
</message>
......
......@@ -2,7 +2,6 @@
<html dir="$i18n{textdirection}" lang="$i18n{language}">
<head>
<meta charset="utf8">
<title>$i18n{title}</title>
<base href="chrome://multidevice-setup">
<style>
html,
......
......@@ -48,9 +48,8 @@ void MultiDeviceSetupDialog::Show() {
}
MultiDeviceSetupDialog::MultiDeviceSetupDialog()
: SystemWebDialogDelegate(
GURL(chrome::kChromeUIMultiDeviceSetupUrl),
l10n_util::GetStringUTF16(IDS_MULTIDEVICE_SETUP_DIALOG_TITLE)) {}
: SystemWebDialogDelegate(GURL(chrome::kChromeUIMultiDeviceSetupUrl),
base::string16()) {}
MultiDeviceSetupDialog::~MultiDeviceSetupDialog() = default;
......
......@@ -59,7 +59,6 @@ constexpr struct {
{"setupSucceededPageMessage",
IDS_MULTIDEVICE_SETUP_SETUP_SUCCEEDED_PAGE_MESSAGE},
{"startSetupPageHeader", IDS_MULTIDEVICE_SETUP_START_SETUP_PAGE_HEADER},
{"title", IDS_MULTIDEVICE_SETUP_DIALOG_TITLE},
{"tryAgain", IDS_MULTIDEVICE_SETUP_TRY_AGAIN_LABEL},
};
......
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