| Index: chrome/browser/ui/webui/settings/people_handler.h
|
| diff --git a/chrome/browser/ui/webui/settings/people_handler.h b/chrome/browser/ui/webui/settings/people_handler.h
|
| index 764240ee350d1806e1479b262e5134fa557a5e72..dabec536fba1e9209633dc47e9da229333433b04 100644
|
| --- a/chrome/browser/ui/webui/settings/people_handler.h
|
| +++ b/chrome/browser/ui/webui/settings/people_handler.h
|
| @@ -139,7 +139,7 @@ class PeopleHandler : public SettingsPageUIHandler,
|
| void HandleSetDatatypes(const base::ListValue* args);
|
| void HandleSetEncryption(const base::ListValue* args);
|
| void HandleShowSetupUI(const base::ListValue* args);
|
| - void HandleDoSignOutOnAuthError(const base::ListValue* args);
|
| + void HandleAttemptUserExit(const base::ListValue* args);
|
| void HandleStartSignin(const base::ListValue* args);
|
| void HandleStopSyncing(const base::ListValue* args);
|
| void HandleGetSyncStatus(const base::ListValue* args);
|
|
|