Bug 898501: LOADER_ID OCD in LastTabsPage. [r=lucasr]

--HG--
extra : rebase_source : ffa79e363a754ed1ec81ca46d5370c073a925822
This commit is contained in:
Sriram Ramasubramanian 2013-07-26 15:48:18 -07:00
parent 7c5523fd52
commit f84a43999f

View File

@ -37,7 +37,7 @@ public class LastTabsPage extends HomeFragment {
private static final String LOGTAG = "GeckoLastTabsPage";
// Cursor loader ID for the session parser
private static final int LAST_TABS_LOADER_ID = 0;
private static final int LOADER_ID_LAST_TABS = 0;
// Adapter for the list of search results
private LastTabsAdapter mAdapter;
@ -135,7 +135,7 @@ public class LastTabsPage extends HomeFragment {
@Override
protected void load() {
getLoaderManager().initLoader(LAST_TABS_LOADER_ID, null, mCursorLoaderCallbacks);
getLoaderManager().initLoader(LOADER_ID_LAST_TABS, null, mCursorLoaderCallbacks);
}
private void openAllTabs() {