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

Unified Diff: components/webdata/common/web_database.cc

Issue 2487633003: Change behaivor to decide whether a search engine should be shown in the default list (Closed)
Patch Set: Update based on Ian and Peter's comments. Created 4 years, 1 month 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
Index: components/webdata/common/web_database.cc
diff --git a/components/webdata/common/web_database.cc b/components/webdata/common/web_database.cc
index c731270a2f72c3b7678de3fbde1e9df6b9ddce5d..5cb4c42399ec8eca76a2438d0ca35f11bfc3e5e7 100644
--- a/components/webdata/common/web_database.cc
+++ b/components/webdata/common/web_database.cc
@@ -13,13 +13,13 @@
// corresponding changes must happen in the unit tests, and new migration test
// added. See |WebDatabaseMigrationTest::kCurrentTestedVersionNumber|.
// static
-const int WebDatabase::kCurrentVersionNumber = 67;
+const int WebDatabase::kCurrentVersionNumber = 68;
const int WebDatabase::kDeprecatedVersionNumber = 51;
namespace {
-const int kCompatibleVersionNumber = 61;
+const int kCompatibleVersionNumber = 68;
// Change the version number and possibly the compatibility version of
// |meta_table_|.

Powered by Google App Engine
This is Rietveld 408576698