Chromium Code Reviews| Index: chrome/browser/password_manager/password_manager_util_stub.cc |
| diff --git a/chrome/browser/password_manager/password_manager_util_stub.cc b/chrome/browser/password_manager/password_manager_util_stub.cc |
| deleted file mode 100644 |
| index caf654a924629677f672900c5ae4b08c627feb5b..0000000000000000000000000000000000000000 |
| --- a/chrome/browser/password_manager/password_manager_util_stub.cc |
| +++ /dev/null |
| @@ -1,11 +0,0 @@ |
| -// Copyright 2013 The Chromium Authors. All rights reserved. |
|
Patrick Dubroy
2013/11/06 14:37:56
Why are you deleting this file? Isn't it required
|
| -// Use of this source code is governed by a BSD-style license that can be |
| -// found in the LICENSE file. |
| - |
| -namespace password_manager_util { |
| - |
| -bool AuthenticateUser() { |
| - return true; |
| -} |
| - |
| -} // namespace password_manager_util |