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

Unified Diff: chrome/browser/chromeos/input_method/input_method_util.cc

Issue 14070014: Remove |third_party| from InputMethodDescriptor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/input_method/input_method_util.cc
diff --git a/chrome/browser/chromeos/input_method/input_method_util.cc b/chrome/browser/chromeos/input_method/input_method_util.cc
index 50fea55f6ba89aba6727064c52c0dbc0f7eb6b21..9d769cd23c74716c8bfb1205a1829cb6958c280f 100644
--- a/chrome/browser/chromeos/input_method/input_method_util.cc
+++ b/chrome/browser/chromeos/input_method/input_method_util.cc
@@ -662,8 +662,7 @@ InputMethodDescriptor InputMethodUtil::GetFallbackInputMethodDescriptor() {
"",
"us",
"en-US",
- "", // options page, not available.
- false);
+ ""); // options page, not available.
}
void InputMethodUtil::ReloadInternalMaps() {

Powered by Google App Engine
This is Rietveld 408576698