Bug 1142171 - Pre: Refactor HistoryAdapter to a separate class and defined section ranges r=sebastian.
This commit is contained in:
@@ -224,6 +224,11 @@ public class StubBrowserDB implements BrowserDB {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Cursor getRecentHistoryBetweenTime(ContentResolver cr, int limit, long time, long end) {
|
||||
return null;
|
||||
}
|
||||
|
||||
public void expireHistory(ContentResolver cr, BrowserContract.ExpirePriority priority) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user