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

Unified Diff: chrome/test/data/History/TopSites.v3.sql

Issue 560543002: [Top Sites] Encoding redirects field in TopSitesDatabase, and adding validations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Setting database to v4, adding migration code. Created 6 years, 3 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
« no previous file with comments | « chrome/browser/history/top_sites_database_unittest.cc ('k') | chrome/test/data/History/TopSites.v4.sql » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/History/TopSites.v3.sql
diff --git a/chrome/test/data/History/TopSites.v3.sql b/chrome/test/data/History/TopSites.v3.sql
index 3bf4c6db4f7b5575af827072e274b7c176636ef3..c762f7377b49ba21408070b075d6bf8a2797732e 100644
--- a/chrome/test/data/History/TopSites.v3.sql
+++ b/chrome/test/data/History/TopSites.v3.sql
@@ -1,6 +1,6 @@
--- unit_tests --gtest_filter=TopSitesDatabaseTest.Version2
+-- unit_tests --gtest_filter=TopSitesDatabaseTest.Version3
--
--- .dump of a version 2 "Top Sites" database. The Google thumbnail
+-- .dump of a version 3 "Top Sites" database. The Google thumbnail
-- matches kGoogleThumbnail from thumbnail-inl.h.
BEGIN TRANSACTION;
CREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY, value LONGVARCHAR);
« no previous file with comments | « chrome/browser/history/top_sites_database_unittest.cc ('k') | chrome/test/data/History/TopSites.v4.sql » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698