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..daad5ce25c634de944ec73360a57eb87845bb854 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 HandleForceDisableVirtualKeyboard(const base::ListValue* args); |
#if !defined(OS_CHROMEOS) |
// Displays the GAIA login form. |