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

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: Fixed patch set 5 errors. Created 4 years, 1 month 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..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.

Powered by Google App Engine
This is Rietveld 408576698