Chromium Code Reviews| Index: chrome/browser/signin/easy_unlock_util.h |
| diff --git a/chrome/browser/signin/easy_unlock_util.h b/chrome/browser/signin/easy_unlock_util.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b7bf744bdede33d9e09ebe2234339cf05959a0b5 |
| --- /dev/null |
| +++ b/chrome/browser/signin/easy_unlock_util.h |
| @@ -0,0 +1,15 @@ |
| +// Copyright 2014 The Chromium Authors. All rights reserved. |
|
Ilya Sherman
2015/04/24 21:22:02
nit: 2015
msarda
2015/04/27 11:29:25
Done.
|
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +#ifndef CHROME_BROWSER_SIGNIN_EASY_UNLOCK_UTIL_H_ |
| +#define CHROME_BROWSER_SIGNIN_EASY_UNLOCK_UTIL_H_ |
| + |
| +namespace proximity_auth { |
| +class ScreenlockBridge; |
| +} |
| + |
| +// Returns the global proximity_auth::ScreenlockBridge instance. |
| +proximity_auth::ScreenlockBridge* GetScreenlockBridgeInstance(); |
| + |
| +#endif // CHROME_BROWSER_SIGNIN_EASY_UNLOCK_UTIL_H_ |