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

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

Issue 894583003: Rename PasswordForm::is_zero_click to PasswordForm::skip_next_zero_click. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Mac Created 5 years, 11 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
Index: components/test/data/password_manager/login_db_v10.sql
diff --git a/components/test/data/password_manager/login_db_v9_without_use_additional_auth_field.sql b/components/test/data/password_manager/login_db_v10.sql
similarity index 97%
copy from components/test/data/password_manager/login_db_v9_without_use_additional_auth_field.sql
copy to components/test/data/password_manager/login_db_v10.sql
index 57d72fbbc32e952ed2eb9458dc6bdc3facbf7bec..33e464c38dfa9ba6263598183cc6233c2a2cce16 100644
--- a/components/test/data/password_manager/login_db_v9_without_use_additional_auth_field.sql
+++ b/components/test/data/password_manager/login_db_v10.sql
@@ -55,10 +55,10 @@ INSERT INTO "logins" VALUES(
'https://accounts.google.com/ServiceLogin', /* origin_url */
'https://accounts.google.com/ServiceLoginAuth', /* action_url */
'Email', /* username_element */
-'theerikchen2', /* username_value */
+'theerikchen', /* username_value */
Mike West 2015/02/03 14:15:41 Why this change?
vasilii 2015/02/03 19:49:18 I can leave it as it was before. But the test won'
'Passwd', /* password_element */
X'', /* password_value */
-'', /* submit_element */
+'non-empty', /* submit_element */
Mike West 2015/02/03 14:15:41 And this one?
vasilii 2015/02/03 19:49:17 The 2 forms here have the same (origin_url, userna
'https://accounts.google.com/', /* signon_realm */
1, /* ssl_valid */
1, /* preferred */

Powered by Google App Engine
This is Rietveld 408576698