diff options
Diffstat (limited to 'chrome/browser/webdata/keyword_table.h')
-rw-r--r-- | chrome/browser/webdata/keyword_table.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/webdata/keyword_table.h b/chrome/browser/webdata/keyword_table.h index fc31433..dda570d 100644 --- a/chrome/browser/webdata/keyword_table.h +++ b/chrome/browser/webdata/keyword_table.h @@ -47,6 +47,8 @@ class Time; // 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 @@ class KeywordTable : public WebDatabaseTable { bool MigrateToVersion26AddCreatedByPolicyColumn(); bool MigrateToVersion28SupportsInstantColumn(); bool MigrateToVersion29InstantUrlToSupportsInstant(); + bool MigrateToVersion38AddLastModifiedColumn(); private: DISALLOW_COPY_AND_ASSIGN(KeywordTable); |