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

Unified Diff: chrome/test/data/web_database/version_46.sql

Issue 11591014: Cleanup WebDatabaseMigrationTest schemas after protector service removal. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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/test/data/web_database/version_44.sql ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/web_database/version_46.sql
diff --git a/chrome/test/data/web_database/version_46.sql b/chrome/test/data/web_database/version_46.sql
index 74123a404bbea3e6d99d7c7cdfc9d43c77ce5a1f..8dcf7cb25ef771f4138ee46f5f3805aa05cff6ef 100644
--- a/chrome/test/data/web_database/version_46.sql
+++ b/chrome/test/data/web_database/version_46.sql
@@ -5,7 +5,7 @@ INSERT INTO "meta" VALUES('Default Search Provider ID','0');
INSERT INTO "meta" VALUES('version','46');
INSERT INTO "meta" VALUES('last_compatible_version','46');
INSERT INTO "meta" VALUES('Default Search Provider ID Backup','0');
-INSERT INTO "meta" VALUES('Default Search Provider ID Backup Signature','ÚG"2qÐÀgõðß!ƒë¸×Ÿ‹gXÑiõg¢ÑsJw');
+INSERT INTO "meta" VALUES('Default Search Provider ID Backup Signature','');
INSERT INTO "meta" VALUES('Builtin Keyword Version','39');
CREATE TABLE autofill (name VARCHAR, value VARCHAR, value_lower VARCHAR, pair_id INTEGER PRIMARY KEY, count INTEGER DEFAULT 1);
CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expiration_month INTEGER, expiration_year INTEGER, card_number_encrypted BLOB, date_modified INTEGER NOT NULL DEFAULT 0);
« no previous file with comments | « chrome/test/data/web_database/version_44.sql ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698