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

Unified Diff: components/autofill/core/common/password_autofill_util.h

Issue 697233002: Remove flag to disable ignore autocomplete='off' for password forms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 6 years, 1 month 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/autofill/core/common/password_autofill_util.h
diff --git a/components/autofill/core/common/password_autofill_util.h b/components/autofill/core/common/password_autofill_util.h
deleted file mode 100644
index 8fc5be2a0a64b81f226d4ed4af417bb0065bcaf1..0000000000000000000000000000000000000000
--- a/components/autofill/core/common/password_autofill_util.h
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright 2013 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.
-
-#ifndef COMPONENTS_AUTOFILL_CORE_COMMON_PASSWORD_AUTOFILL_UTIL_H_
-#define COMPONENTS_AUTOFILL_CORE_COMMON_PASSWORD_AUTOFILL_UTIL_H_
-
-namespace autofill {
-
-// Returns true if the user has specified the flag to ignore autocomplete='off'
-// for password fields in the password manager.
-bool ShouldIgnoreAutocompleteOffForPasswordFields();
-
-} // namespace autofill
-
-#endif // COMPONENTS_AUTOFILL_CORE_COMMON_PASSWORD_AUTOFILL_UTIL_H_
« no previous file with comments | « components/autofill/core/common/autofill_switches.cc ('k') | components/autofill/core/common/password_autofill_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698