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

Unified Diff: chrome/browser/webdata/keyword_table.h

Issue 7232023: Added last_modified field to TemplateURL and database. Updated unit tests, including refactoring ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Initial upload. Created 9 years, 6 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: 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);

Powered by Google App Engine
This is Rietveld 408576698