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

Unified Diff: chrome/browser/chromeos/preferences.h

Issue 7493077: Add pref entry for virtual keyboard (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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/chromeos/preferences.h
diff --git a/chrome/browser/chromeos/preferences.h b/chrome/browser/chromeos/preferences.h
index db280aa137b70c8bbf76e8cd1c37a1b7214c6fbb..5124de54b4185f1ab92d0c7474e4eb76e72e9e78 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);

Powered by Google App Engine
This is Rietveld 408576698