Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(955)

Unified Diff: chrome/browser/ui/webui/settings/people_handler.h

Issue 2444443002: cros: Allow pin keyboard to keep focus without popping up the pin keyboard. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698