Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(343)

Unified Diff: components/omnibox/browser/shortcuts_database_unittest.cc

Issue 2114823003: [sql] Disable shortcuts recovery code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@zzsql_recover_shortcuts_review
Patch Set: Oh, and disable the unit test. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/omnibox/browser/shortcuts_database.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/browser/shortcuts_database_unittest.cc
diff --git a/components/omnibox/browser/shortcuts_database_unittest.cc b/components/omnibox/browser/shortcuts_database_unittest.cc
index c98bdeb673397abc62695ec61d567572da25601c..64a3d7b93460565c433ff67379b69dda6b16ff9e 100644
--- a/components/omnibox/browser/shortcuts_database_unittest.cc
+++ b/components/omnibox/browser/shortcuts_database_unittest.cc
@@ -302,7 +302,7 @@ TEST(ShortcutsDatabaseMigrationTest, MigrateV0ToV1) {
#endif
}
-TEST(ShortcutsDatabaseMigrationTest, Recovery1) {
+TEST(ShortcutsDatabaseMigrationTest, DISABLED_Recovery1) {
#if defined(OS_ANDROID)
char kBasename[] = "Shortcuts.v1.sql";
#else
« no previous file with comments | « components/omnibox/browser/shortcuts_database.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698