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_ |