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

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

Issue 2711543002: Experiment to add bank name in autofill ui. (Closed)
Patch Set: For git sync and file format Created 3 years, 8 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
Index: components/webdata/common/web_database.cc
diff --git a/components/webdata/common/web_database.cc b/components/webdata/common/web_database.cc
index 1923176050df3c0b5d133b7e182ff8ec7f6a203f..e247bc3f2a0f2f4a38728702159ce7c73e763426 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 = 71;
+const int WebDatabase::kCurrentVersionNumber = 72;
const int WebDatabase::kDeprecatedVersionNumber = 51;
namespace {
-const int kCompatibleVersionNumber = 71;
+const int kCompatibleVersionNumber = 72;
sebsg 2017/04/12 22:18:15 I think it's still compatible with 71?
Shanfeng 2017/04/13 18:29:09 I'm not sure about what does compatible mean here?
// Change the version number and possibly the compatibility version of
// |meta_table_|.

Powered by Google App Engine
This is Rietveld 408576698