Bug 1299977 - Add TopSites title to UnusedResourcesUtil r=me

This commit is contained in:
Andrzej Hunt 2016-09-02 15:04:10 -07:00
parent fa97b52dd9
commit 1c5b9d7220

View File

@ -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
};
}