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

Unified Diff: chrome/browser/signin/proximity_auth_facade.h

Issue 1096293003: Move screenlock_bridge to components/proximity_auth (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 8 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/signin/proximity_auth_facade.h
diff --git a/chrome/browser/signin/proximity_auth_facade.h b/chrome/browser/signin/proximity_auth_facade.h
new file mode 100644
index 0000000000000000000000000000000000000000..9a99ed16abf8749481e51c22428088e576b4a0cf
--- /dev/null
+++ b/chrome/browser/signin/proximity_auth_facade.h
@@ -0,0 +1,15 @@
+// Copyright 2015 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.
+
+#ifndef CHROME_BROWSER_SIGNIN_PROXIMITY_AUTH_FACADE_H_
+#define CHROME_BROWSER_SIGNIN_PROXIMITY_AUTH_FACADE_H_
+
+namespace proximity_auth {
+class ScreenlockBridge;
+}
+
+// Returns the global proximity_auth::ScreenlockBridge instance.
+proximity_auth::ScreenlockBridge* GetScreenlockBridgeInstance();
+
+#endif // CHROME_BROWSER_SIGNIN_PROXIMITY_AUTH_FACADE_H_
« no previous file with comments | « chrome/browser/signin/easy_unlock_service_signin_chromeos.cc ('k') | chrome/browser/signin/proximity_auth_facade.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698