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

Unified Diff: chrome/test/data/History/url_history_provider_test.db.txt

Issue 16951015: Remove TextDatabase from the history service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@replace_fts
Patch Set: Sync and rebase. Created 7 years, 5 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/renderer/chrome_render_view_observer.cc ('k') | chrome/test/perf/generate_profile.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/History/url_history_provider_test.db.txt
diff --git a/chrome/test/data/History/url_history_provider_test.db.txt b/chrome/test/data/History/url_history_provider_test.db.txt
index 0019f94b4b858417c65245c5a730cf52834c0ed1..c46927db4bb0086019e527ce1b25730c660e7193 100644
--- a/chrome/test/data/History/url_history_provider_test.db.txt
+++ b/chrome/test/data/History/url_history_provider_test.db.txt
@@ -86,23 +86,23 @@ INSERT INTO "urls" VALUES(35,'http://en.wikipedia.org/wiki/1%25_rule_(Internet_c
the visits functionality, certainly not as many visits as are implied
by the visit counts associated with the URLs above.
*/
-INSERT INTO "visits" VALUES(1, 1, 2, 4, 0, 0, 0, 1);
-INSERT INTO "visits" VALUES(2, 1, 5, 0, 1, 0, 0, 1);
-INSERT INTO "visits" VALUES(3, 1, 12, 0, 0, 0, 0, 1);
-INSERT INTO "visits" VALUES(4, 32, 1, 0, 0, 0, 0, 1);
-INSERT INTO "visits" VALUES(5, 32, 2, 0, 0, 0, 0, 1);
-INSERT INTO "visits" VALUES(6, 32, 3, 0, 0, 0, 0, 1);
-INSERT INTO "visits" VALUES(7, 32, 4, 0, 0, 0, 0, 1);
-INSERT INTO "visits" VALUES(8, 32, 5, 0, 0, 0, 0, 1);
-INSERT INTO "visits" VALUES(9, 32, 6, 0, 0, 0, 0, 1);
-INSERT INTO "visits" VALUES(10, 32, 7, 0, 0, 0, 0, 1);
-INSERT INTO "visits" VALUES(11, 32, 8, 0, 0, 0, 0, 1);
-INSERT INTO "visits" VALUES(12, 32, 9, 0, 0, 0, 0, 1);
-INSERT INTO "visits" VALUES(13, 32, 10, 0, 0, 0, 0, 1);
-INSERT INTO "visits" VALUES(14, 32, 11, 0, 0, 0, 0, 1);
-INSERT INTO "visits" VALUES(15, 32, 12, 0, 0, 0, 0, 1);
-INSERT INTO "visits" VALUES(16, 32, 13, 0, 0, 0, 0, 1);
-INSERT INTO "visits" VALUES(17, 32, 14, 0, 0, 0, 0, 1);
-INSERT INTO "visits" VALUES(18, 32, 15, 0, 1, 0, 0, 1);
-INSERT INTO "visits" VALUES(19, 35, 0, 0, 1, 0, 0, 1);
-INSERT INTO "visits" VALUES(20, 35, 7, 0, 1, 0, 0, 1);
+INSERT INTO "visits" VALUES(1, 1, 2, 4, 0, 0, 1);
+INSERT INTO "visits" VALUES(2, 1, 5, 0, 1, 0, 1);
+INSERT INTO "visits" VALUES(3, 1, 12, 0, 0, 0, 1);
+INSERT INTO "visits" VALUES(4, 32, 1, 0, 0, 0, 1);
+INSERT INTO "visits" VALUES(5, 32, 2, 0, 0, 0, 1);
+INSERT INTO "visits" VALUES(6, 32, 3, 0, 0, 0, 1);
+INSERT INTO "visits" VALUES(7, 32, 4, 0, 0, 0, 1);
+INSERT INTO "visits" VALUES(8, 32, 5, 0, 0, 0, 1);
+INSERT INTO "visits" VALUES(9, 32, 6, 0, 0, 0, 1);
+INSERT INTO "visits" VALUES(10, 32, 7, 0, 0, 0, 1);
+INSERT INTO "visits" VALUES(11, 32, 8, 0, 0, 0, 1);
+INSERT INTO "visits" VALUES(12, 32, 9, 0, 0, 0, 1);
+INSERT INTO "visits" VALUES(13, 32, 10, 0, 0, 0, 1);
+INSERT INTO "visits" VALUES(14, 32, 11, 0, 0, 0, 1);
+INSERT INTO "visits" VALUES(15, 32, 12, 0, 0, 0, 1);
+INSERT INTO "visits" VALUES(16, 32, 13, 0, 0, 0, 1);
+INSERT INTO "visits" VALUES(17, 32, 14, 0, 0, 0, 1);
+INSERT INTO "visits" VALUES(18, 32, 15, 0, 1, 0, 1);
+INSERT INTO "visits" VALUES(19, 35, 0, 0, 1, 0, 1);
+INSERT INTO "visits" VALUES(20, 35, 7, 0, 1, 0, 1);
« no previous file with comments | « chrome/renderer/chrome_render_view_observer.cc ('k') | chrome/test/perf/generate_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698