зеркало из https://github.com/mozilla/gecko-dev.git
Bug 707150 - Enable local bookmarks/history database (r=blassey)
This commit is contained in:
Родитель
567bfd0cb1
Коммит
6cf70f0479
|
@ -83,9 +83,8 @@ public class BrowserDB {
|
|||
}
|
||||
|
||||
static {
|
||||
// FIXME: Still need to figure out how to use local or android
|
||||
// database here.
|
||||
sDb = new AndroidBrowserDB();
|
||||
// Forcing local DB no option to switch to Android DB for now
|
||||
sDb = new LocalBrowserDB(BrowserContract.DEFAULT_PROFILE);
|
||||
}
|
||||
|
||||
public static Cursor filter(ContentResolver cr, CharSequence constraint, int limit, CharSequence urlFilter) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче