Index: chrome/browser/chromeos/preferences.h |
diff --git a/chrome/browser/chromeos/preferences.h b/chrome/browser/chromeos/preferences.h |
index 1446aba758fc54dd1ccd6d82175dd45b18cd2f02..1da0a3080014b614f44f8c0dca1885196782d045 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); |