Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / components / password_manager / core / browser / password_store_change.h
index 1f09c78..2c36afe 100644 (file)
@@ -42,9 +42,7 @@ class PasswordStoreChange {
            form().ssl_valid == other.form().ssl_valid &&
            form().preferred == other.form().preferred &&
            form().date_created == other.form().date_created &&
-           form().blacklisted_by_user == other.form().blacklisted_by_user &&
-           form().use_additional_authentication ==
-               other.form().use_additional_authentication;
+           form().blacklisted_by_user == other.form().blacklisted_by_user;
   }
 
  private: