diff options
Diffstat (limited to 'chrome/browser/chromeos/preferences.h')
-rw-r--r-- | chrome/browser/chromeos/preferences.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/preferences.h b/chrome/browser/chromeos/preferences.h index 1446aba..1da0a30 100644 --- a/chrome/browser/chromeos/preferences.h +++ b/chrome/browser/chromeos/preferences.h @@ -29,6 +29,10 @@ class Preferences : public NotificationObserver { // This method will register the prefs associated with Chrome OS settings. static void RegisterUserPrefs(PrefService* prefs); + // This method is called when kLanguagePreferredVirtualKeyboard is updated to + // change the virtual keyboard settings to reflect the new value. + static void UpdateVirturalKeyboardPreference(PrefService* prefs); + // This method will initialize Chrome OS settings to values in user prefs. void Init(PrefService* prefs); |