blob: 10252d4f1f5b1610ec043858cf3caef5d5901844 [file] [log] [blame]
// 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 WebKit::WebSecurityOrigin& origin) {
return true;
}
} // namespace autofill