mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1299977
- Add TopSites title to UnusedResourcesUtil r=me
This commit is contained in:
parent
fa97b52dd9
commit
1c5b9d7220
@ -119,4 +119,10 @@ final class UnusedResourcesUtil {
|
||||
R.style.RemoteTabsPanelItem_TextAppearance_Linkified,
|
||||
R.style.RemoteTabsPanelItem_Button,
|
||||
};
|
||||
|
||||
// String resources that are used in the full-pane Activity Stream that are temporarily
|
||||
// not needed while Activity Stream is part of the HomePager
|
||||
public static final int[] TEMPORARY_UNUSED_ACTIVITY_STREAM = {
|
||||
R.string.activity_stream_topsites
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user