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

Unified Diff: components/test/data/password_manager/login_db_v17.sql

Issue 1734193003: CREDENTIAL: Disable auto sign-in by default for existing credentials. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ugh. Created 4 years, 10 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 | « components/password_manager/core/browser/login_database.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test/data/password_manager/login_db_v17.sql
diff --git a/components/test/data/password_manager/login_db_v16.sql b/components/test/data/password_manager/login_db_v17.sql
similarity index 98%
copy from components/test/data/password_manager/login_db_v16.sql
copy to components/test/data/password_manager/login_db_v17.sql
index e52bd2534bd8ee2d46e73c979103e60f394f1dae..471f24d669bc080ee40fdfadda42a0dccaa2e091 100644
--- a/components/test/data/password_manager/login_db_v16.sql
+++ b/components/test/data/password_manager/login_db_v17.sql
@@ -50,7 +50,7 @@ X'18000000020000000000000000000000000000000000000000000000', /* form_data */
'', /* display_name */
'', /* icon_url */
'', /* federation_url */
-0, /* skip_zero_click */
+1, /* skip_zero_click */
0 /* generation_upload_status */
);
INSERT INTO "logins" VALUES(
@@ -75,7 +75,7 @@ X'18000000020000000000000000000000000000000000000000000000', /* form_data */
'', /* display_name */
'https://www.google.com/icon', /* icon_url */
'', /* federation_url */
-0, /* skip_zero_click */
+1, /* skip_zero_click */
0 /* generation_upload_status */
);
CREATE INDEX logins_signon ON logins (signon_realm);
« no previous file with comments | « components/password_manager/core/browser/login_database.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698