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

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

Issue 962583003: Raze old WebDatabases. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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.h
diff --git a/components/webdata/common/web_database.h b/components/webdata/common/web_database.h
index 22730fe23c4036f72c1857b2a8d1b6f0f8ebf8a4..c6d0c1d51ef068f0b96566c9c0dd11333d993a74 100644
--- a/components/webdata/common/web_database.h
+++ b/components/webdata/common/web_database.h
@@ -27,6 +27,8 @@ class WEBDATA_EXPORT WebDatabase {
};
// Exposed publicly so the keyword table can access it.
static const int kCurrentVersionNumber;
+ // The newest version of the database Chrome will NOT try to migrate.
+ static const int kDeprecatedVersionNumber;
WebDatabase();
virtual ~WebDatabase();

Powered by Google App Engine
This is Rietveld 408576698