| Index: chrome/browser/webdata/keyword_table.h
|
| ===================================================================
|
| --- chrome/browser/webdata/keyword_table.h (revision 90021)
|
| +++ chrome/browser/webdata/keyword_table.h (working copy)
|
| @@ -47,6 +47,8 @@
|
| // in version 26.
|
| // instant_url See TemplateURL::instant_url. This was added
|
| // in version 29.
|
| +// last_modified See TemplateURL::last_modified. This was added in
|
| +// version 38.
|
| //
|
| class KeywordTable : public WebDatabaseTable {
|
| public:
|
| @@ -87,6 +89,7 @@
|
| bool MigrateToVersion26AddCreatedByPolicyColumn();
|
| bool MigrateToVersion28SupportsInstantColumn();
|
| bool MigrateToVersion29InstantUrlToSupportsInstant();
|
| + bool MigrateToVersion38AddLastModifiedColumn();
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(KeywordTable);
|
|
|
| Property changes on: chrome\browser\webdata\keyword_table.h
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|