Index: chrome_elf/chrome_elf_main.h |
diff --git a/chrome/browser/password_manager/password_manager_util_stub.cc b/chrome_elf/chrome_elf_main.h |
similarity index 52% |
copy from chrome/browser/password_manager/password_manager_util_stub.cc |
copy to chrome_elf/chrome_elf_main.h |
index caf654a924629677f672900c5ae4b08c627feb5b..7d02ddd9912f00350753a5c0abd3f72b42ebec9f 100644 |
--- a/chrome/browser/password_manager/password_manager_util_stub.cc |
+++ b/chrome_elf/chrome_elf_main.h |
@@ -2,10 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-namespace password_manager_util { |
+#ifndef CHROME_ELF_CHROME_ELF_MAIN_H_ |
+#define CHROME_ELF_CHROME_ELF_MAIN_H_ |
-bool AuthenticateUser() { |
- return true; |
-} |
+extern "C" void InitChromeElf(); |
-} // namespace password_manager_util |
+#endif // CHROME_ELF_CHROME_ELF_MAIN_H_ |