| Index: chrome/browser/ui/webui/history_login_handler.h
|
| diff --git a/chrome/browser/ui/webui/history_login_handler.h b/chrome/browser/ui/webui/history_login_handler.h
|
| index 62fb4b7e83e1d44e7cba90cb971597eb2eb0c9b4..815a2d61efebc2ac48b6f0444d5b003e1068fc98 100644
|
| --- a/chrome/browser/ui/webui/history_login_handler.h
|
| +++ b/chrome/browser/ui/webui/history_login_handler.h
|
| @@ -25,6 +25,9 @@ class HistoryLoginHandler : public content::WebUIMessageHandler {
|
| // Handler for the "otherDevicesInitialized" message. No args.
|
| void HandleOtherDevicesInitialized(const base::ListValue* args);
|
|
|
| + // Handler for the "getSignInState" message. No args.
|
| + void HandleGetSignInState(const base::ListValue* args);
|
| +
|
| // Called by |profile_info_watcher_| on desktop if profile info changes.
|
| void ProfileInfoChanged();
|
|
|
|
|