summaryrefslogtreecommitdiffstats
path: root/chromium/components/autofill/content/renderer/test_password_autofill_agent.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/autofill/content/renderer/test_password_autofill_agent.cc')
-rw-r--r--chromium/components/autofill/content/renderer/test_password_autofill_agent.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/chromium/components/autofill/content/renderer/test_password_autofill_agent.cc b/chromium/components/autofill/content/renderer/test_password_autofill_agent.cc
deleted file mode 100644
index af2a543a308..00000000000
--- a/chromium/components/autofill/content/renderer/test_password_autofill_agent.cc
+++ /dev/null
@@ -1,20 +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.
-
-#include "components/autofill/content/renderer/test_password_autofill_agent.h"
-
-namespace autofill {
-
-TestPasswordAutofillAgent::TestPasswordAutofillAgent(
- content::RenderView* render_view)
- : PasswordAutofillAgent(render_view) {}
-
-TestPasswordAutofillAgent::~TestPasswordAutofillAgent() {}
-
-bool TestPasswordAutofillAgent::OriginCanAccessPasswordManager(
- const blink::WebSecurityOrigin& origin) {
- return true;
-}
-
-} // namespace autofill