1a3f7b4e666c476898878fa745f637129375cd889Ben Murdoch// Copyright 2013 The Chromium Authors. All rights reserved.
2a3f7b4e666c476898878fa745f637129375cd889Ben Murdoch// Use of this source code is governed by a BSD-style license that can be
3a3f7b4e666c476898878fa745f637129375cd889Ben Murdoch// found in the LICENSE file.
4a3f7b4e666c476898878fa745f637129375cd889Ben Murdoch
5a3f6a49ab37290eeeb8db0f41ec0f1cb74a68be7Torne (Richard Coles)#include "chrome/browser/password_manager/password_manager_util.h"
6a3f6a49ab37290eeeb8db0f41ec0f1cb74a68be7Torne (Richard Coles)
71e9bf3e0803691d0a228da41fc608347b6db4340Torne (Richard Coles)namespace password_manager_util {
81e9bf3e0803691d0a228da41fc608347b6db4340Torne (Richard Coles)
9a3f6a49ab37290eeeb8db0f41ec0f1cb74a68be7Torne (Richard Coles)bool AuthenticateUser(gfx::NativeWindow window) {
101e9bf3e0803691d0a228da41fc608347b6db4340Torne (Richard Coles)  return true;
111e9bf3e0803691d0a228da41fc608347b6db4340Torne (Richard Coles)}
121e9bf3e0803691d0a228da41fc608347b6db4340Torne (Richard Coles)
135d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)OsPasswordStatus GetOsPasswordStatus() {
145d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)  return PASSWORD_STATUS_UNSUPPORTED;
155d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)}
165d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
171e9bf3e0803691d0a228da41fc608347b6db4340Torne (Richard Coles)}  // namespace password_manager_util
18