| 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..0995946ba2e5a864f1a388ebf8814a133f0c4877 100644
|
| --- a/chrome/browser/ui/webui/settings/people_handler.h
|
| +++ b/chrome/browser/ui/webui/settings/people_handler.h
|
| @@ -144,6 +144,7 @@ class PeopleHandler : public SettingsPageUIHandler,
|
| void HandleStopSyncing(const base::ListValue* args);
|
| void HandleGetSyncStatus(const base::ListValue* args);
|
| void HandleManageOtherPeople(const base::ListValue* args);
|
| + void HandleEnableVirtualKeyboardOverride(const base::ListValue* args);
|
|
|
| #if !defined(OS_CHROMEOS)
|
| // Displays the GAIA login form.
|
|
|