Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5124)

Unified Diff: chrome/browser/password_manager/password_manager_util_stub.cc

Issue 28713002: [Mac] Add option to reauthenticate the OS user before revealing passwords. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rerebase. Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/password_manager/password_manager_util_stub.cc
diff --git a/ui/base/touch/touch_device_android.cc b/chrome/browser/password_manager/password_manager_util_stub.cc
similarity index 64%
copy from ui/base/touch/touch_device_android.cc
copy to chrome/browser/password_manager/password_manager_util_stub.cc
index 39e34c24765363d439e175cad62cdc98ef257ed8..6eb4984f75d367d5660091553b6f46a1fee9a493 100644
--- a/ui/base/touch/touch_device_android.cc
+++ b/chrome/browser/password_manager/password_manager_util_stub.cc
@@ -2,12 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/base/touch/touch_device.h"
+namespace password_manager_util {
-namespace ui {
-
-bool IsTouchDevicePresent() {
+bool AuthenticateUser() {
return true;
}
-} // namespace ui
+} // namespace password_manager_util

Powered by Google App Engine
This is Rietveld 408576698