Revert "Fix broken channel icon in chrome://help on CrOS" and try again
[chromium-blink-merge.git] / components / autofill / content / renderer / test_password_autofill_agent.cc
blob394279fcf28c768d41d94359d8c11cbb4ffba4f3
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "components/autofill/content/renderer/test_password_autofill_agent.h"
7 namespace autofill {
9 TestPasswordAutofillAgent::TestPasswordAutofillAgent(
10 content::RenderFrame* render_frame)
11 : PasswordAutofillAgent(render_frame) {
14 TestPasswordAutofillAgent::~TestPasswordAutofillAgent() {}
16 bool TestPasswordAutofillAgent::OriginCanAccessPasswordManager(
17 const blink::WebSecurityOrigin& origin) {
18 return true;
21 } // namespace autofill