| 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..33d40cc4132eb1421d4495105f440ba0bbd3d070
|
| --- /dev/null
|
| +++ b/chrome/browser/signin/easy_unlock_util.h
|
| @@ -0,0 +1,13 @@
|
| +// Copyright 2014 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_EASY_UNLOCK_UTIL_H_
|
| +#define CHROME_BROWSER_SIGNIN_EASY_UNLOCK_UTIL_H_
|
| +
|
| +class ScreenlockBridge;
|
| +
|
| +// Returns the global ScreenlockBridge instance.
|
| +ScreenlockBridge* GetScreenlockBridgeInstance();
|
| +
|
| +#endif // CHROME_BROWSER_SIGNIN_EASY_UNLOCK_UTIL_H_
|
|
|