Commit 7cc963ed authored by gogerald's avatar gogerald Committed by Commit Bot

[TabUi] Use correct resource ID

Bug: 1017909
Change-Id: I90dd2cbf84d904cc60ea9bf676a5f255839281ef
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879951
Auto-Submit: Ganggui Tang <gogerald@chromium.org>
Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org>
Reviewed-by: default avatarWei-Yin Chen (陳威尹) <wychen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#709814}
parent bb44d9db
...@@ -38,7 +38,7 @@ class TabSelectionEditorToolbar extends SelectableListToolbar<Integer> { ...@@ -38,7 +38,7 @@ class TabSelectionEditorToolbar extends SelectableListToolbar<Integer> {
super.onFinishInflate(); super.onFinishInflate();
showNavigationButton(); showNavigationButton();
mGroupButton = (Button) findViewById(org.chromium.chrome.R.id.action_button); mGroupButton = (Button) findViewById(R.id.action_button);
mNumberRollView.setStringForZero(R.string.tab_selection_editor_toolbar_select_tabs); mNumberRollView.setStringForZero(R.string.tab_selection_editor_toolbar_select_tabs);
} }
......
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