Chromium Code Reviews| 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 7e284b0950d36944c344471174691b3ef9740811..073f9cfe74aba15ebab7b97ba66e85b117a5f9c9 100644 |
| --- a/chrome/browser/extensions/api/screenlock_private/screenlock_private_api.h |
| +++ b/chrome/browser/extensions/api/screenlock_private/screenlock_private_api.h |
| @@ -67,15 +67,15 @@ class ScreenlockPrivateEventRouter |
| GetFactoryInstance(); |
| void Shutdown() override; |
| + private: |
| // proximity_auth::ScreenlockBridge::Observer |
| void OnScreenDidLock(proximity_auth::ScreenlockBridge::LockHandler::ScreenType |
| screen_type) override; |
| void OnScreenDidUnlock( |
| proximity_auth::ScreenlockBridge::LockHandler::ScreenType screen_type) |
| override; |
| - void OnFocusedUserChanged(const std::string& user_id) override; |
| + void OnFocusedUserChanged(const AccountId& account_id) override; |
| - private: |
| friend class BrowserContextKeyedAPIFactory<ScreenlockPrivateEventRouter>; |
|
achuithb
2015/12/04 20:23:38
Sorry, I think we need to move this to right after
Alexander Alekseev
2015/12/05 05:20:07
Done.
|
| // BrowserContextKeyedAPI |