Commit a7615b11 authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Remove unused IDS_CREATE_SHORTCUTS_DIALOG_WIDTH_CHARS.

Change-Id: I2aca9cbdd3df2efd0e2a5c9316cc121f345ce06a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2133230Reviewed-by: default avatarEvan Stade <estade@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#756040}
parent 224cfcfa
......@@ -172,11 +172,6 @@
https://chrome.google.com/webstore?hl=[GRITLANGCODE]
</message>
<!-- The width for the "create application shortcuts" dialog in characters. -->
<message name="IDS_CREATE_SHORTCUTS_DIALOG_WIDTH_CHARS" use_name_for_id="true">
65
</message>
<!-- The width of the media galleries configuration dialog in characters. -->
<message name="IDS_MEDIA_GALLERIES_DIALOG_CONTENT_WIDTH_CHARS" use_name_for_id="true">
81
......
......@@ -147,7 +147,6 @@ void CreateChromeApplicationShortcutView::InitControls() {
}
gfx::Size CreateChromeApplicationShortcutView::CalculatePreferredSize() const {
// TODO(evanm): should this use IDS_CREATE_SHORTCUTS_DIALOG_WIDTH_CHARS?
static const int kDialogWidth = 360;
int height = GetLayoutManager()->GetPreferredHeightForWidth(this,
kDialogWidth);
......
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