| Index: chrome/browser/extensions/api/screenlock_private/screenlock_private_api.h
|
| diff --git a/chrome/browser/extensions/api/screenlock_private/screenlock_private_api.h b/chrome/browser/extensions/api/screenlock_private/screenlock_private_api.h
|
| index 317274fb2a5ace54aaff23c3df5b0bbec1533425..35e1989b689a0488a629f32c0d902060b4df5a28 100644
|
| --- a/chrome/browser/extensions/api/screenlock_private/screenlock_private_api.h
|
| +++ b/chrome/browser/extensions/api/screenlock_private/screenlock_private_api.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CHROME_BROWSER_EXTENSIONS_API_SCREENLOCK_PRIVATE_SCREENLOCK_PRIVATE_API_H_
|
| #define CHROME_BROWSER_EXTENSIONS_API_SCREENLOCK_PRIVATE_SCREENLOCK_PRIVATE_API_H_
|
|
|
| +#include <string>
|
| +
|
| #include "chrome/browser/extensions/chrome_extension_function.h"
|
| #include "chrome/browser/signin/screenlock_bridge.h"
|
| #include "extensions/browser/browser_context_keyed_api_factory.h"
|
| @@ -49,7 +51,7 @@ class ScreenlockPrivateShowMessageFunction
|
|
|
| private:
|
| virtual ~ScreenlockPrivateShowMessageFunction();
|
| - DISALLOW_COPY_AND_ASSIGN(ScreenlockPrivateShowMessageFunction );
|
| + DISALLOW_COPY_AND_ASSIGN(ScreenlockPrivateShowMessageFunction);
|
| };
|
|
|
| class ScreenlockPrivateShowButtonFunction
|
| @@ -125,8 +127,6 @@ class ScreenlockPrivateEventRouter : public extensions::BrowserContextKeyedAPI,
|
| explicit ScreenlockPrivateEventRouter(content::BrowserContext* context);
|
| virtual ~ScreenlockPrivateEventRouter();
|
|
|
| - void OnButtonClicked();
|
| -
|
| void OnAuthAttempted(ScreenlockBridge::LockHandler::AuthType auth_type,
|
| const std::string& value);
|
|
|
|
|