Chromium Code Reviews
|
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 /* | |
| 2 See url_history_provider_test.db.txt for a schema definition. | |
| 3 */ | |
| 4 INSERT INTO "urls" VALUES(1, 'abc://def.ghi?jkl=mno&pqr0123456789stu#vwx!yz=word s', 'This example has 19 WORDS and 36 unique characters', 3, 1, 2, 0, 29); | |
| OLD | NEW |