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

Unified Diff: content/public/common/password_form.cc

Issue 23742004: Move PasswordForm from //content to //autofill. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_password_form_conversion_utils
Patch Set: Rebase Created 7 years, 3 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 | « content/public/common/password_form.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/password_form.cc
diff --git a/content/public/common/password_form.cc b/content/public/common/password_form.cc
deleted file mode 100644
index 95a2511c82706da7381301e5d200108d26505506..0000000000000000000000000000000000000000
--- a/content/public/common/password_form.cc
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "content/public/common/password_form.h"
-
-namespace content {
-
-PasswordForm::PasswordForm()
- : scheme(SCHEME_HTML),
- password_autocomplete_set(true),
- ssl_valid(false),
- preferred(false),
- blacklisted_by_user(false),
- type(TYPE_MANUAL),
- times_used(0) {
-}
-
-PasswordForm::~PasswordForm() {
-}
-
-bool PasswordForm::IsPublicSuffixMatch() const {
- return !original_signon_realm.empty();
-}
-
-} // namespace content
« no previous file with comments | « content/public/common/password_form.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698