| 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();
|
|
|