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

Unified Diff: chrome/common/pref_names.h

Issue 18856014: We should switch the keyboard layout to the layout the user set according to (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix MockInputMethodManager build. Created 7 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/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index d0d919a7ab15671a0f3d25f09a3f65ca4328d7b4..9e11443788ce803f3c91797a03fbd91058b2bd44 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -936,6 +936,10 @@ extern const char kModuleConflictBubbleShown[];
extern const char kDRMSalt[];
extern const char kEnableDRM[];
+#if defined(OS_CHROMEOS)
+extern const char kUsersLRUInputMethod[];
Mattias Nissler (ping if slow) 2013/07/11 10:05:49 When you change definition order in pref_names.cc,
Alexander Alekseev 2013/07/12 20:10:49 Done.
+#endif
+
} // namespace prefs
#endif // CHROME_COMMON_PREF_NAMES_H_

Powered by Google App Engine
This is Rietveld 408576698