Chromium Code Reviews| Index: chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.h |
| diff --git a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.h b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.h |
| index de47c5eac6afaa21f20aebb465e9df240b6559c0..cb80dad1d4087d09c56424511181d45112c8fc42 100644 |
| --- a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.h |
| +++ b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.h |
| @@ -155,6 +155,21 @@ class EasyUnlockPrivateSeekBluetoothDeviceByAddressFunction |
| EasyUnlockPrivateSeekBluetoothDeviceByAddressFunction); |
| }; |
| +class EasyUnlockPrivateUpdateScreenlockStateFunction |
| + : public SyncExtensionFunction { |
| + public: |
| + EasyUnlockPrivateUpdateScreenlockStateFunction(); |
| + |
| + protected: |
| + virtual ~EasyUnlockPrivateUpdateScreenlockStateFunction(); |
| + |
| + virtual bool RunSync() OVERRIDE; |
| + |
| + private: |
| + DECLARE_EXTENSION_FUNCTION("easyUnlockPrivate.updateScreenlockState", |
| + EASYUNLOCKPRIVATE_UPDATESCREENLOCKSTATE) |
| +}; |
|
xiyuan
2014/08/12 18:09:47
nit:
DISALLOW_COPY_AND_ASSIGN(
EasyUnlockPriva
tbarzic
2014/08/12 19:14:36
Done.
|
| + |
| } // namespace api |
| } // namespace extensions |