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