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

Unified Diff: chrome/browser/extensions/api/screenlock_private/screenlock_private_api.h

Issue 289013002: cros: Clean up screenlockPrivate plumbing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test compile Created 6 years, 7 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/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);

Powered by Google App Engine
This is Rietveld 408576698