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

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: rebase Created 9 years, 4 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 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);
« no previous file with comments | « chrome/browser/chromeos/input_method/virtual_keyboard_selector_unittest.cc ('k') | chrome/browser/chromeos/preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698