Commit a00b4c8a authored by keishi's avatar keishi Committed by Commit bot

Add IDR entries for the new select popup resources

BUG=346582

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

Cr-Commit-Position: refs/heads/master@{#313486}
parent 1ec74aa1
......@@ -880,6 +880,8 @@ const DataResource kDataResources[] = {
{ "pickerCommon.css", IDR_PICKER_COMMON_CSS, ui::SCALE_FACTOR_NONE },
{ "calendarPicker.js", IDR_CALENDAR_PICKER_JS, ui::SCALE_FACTOR_NONE },
{ "calendarPicker.css", IDR_CALENDAR_PICKER_CSS, ui::SCALE_FACTOR_NONE },
{ "listPicker.js", IDR_LIST_PICKER_JS, ui::SCALE_FACTOR_NONE },
{ "listPicker.css", IDR_LIST_PICKER_CSS, ui::SCALE_FACTOR_NONE },
{ "pickerButton.css", IDR_PICKER_BUTTON_CSS, ui::SCALE_FACTOR_NONE },
{ "suggestionPicker.js", IDR_SUGGESTION_PICKER_JS, ui::SCALE_FACTOR_NONE },
{ "suggestionPicker.css", IDR_SUGGESTION_PICKER_CSS, ui::SCALE_FACTOR_NONE },
......
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