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

Unified Diff: chromeos/ime/input_method_whitelist.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
« no previous file with comments | « chromeos/ime/input_method_descriptor_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/ime/input_method_whitelist.cc
diff --git a/chromeos/ime/input_method_whitelist.cc b/chromeos/ime/input_method_whitelist.cc
index 873948a429c2dabf2a6753084e02a5fa6c617dcf..d9a718c8abcb081b99c9238dbda958a9ee9a64a6 100644
--- a/chromeos/ime/input_method_whitelist.cc
+++ b/chromeos/ime/input_method_whitelist.cc
@@ -36,8 +36,8 @@ InputMethodWhitelist::GetSupportedInputMethods() const {
"",
kInputMethods[i].xkb_layout_id,
kInputMethods[i].language_code,
- "", // options page url, not available for non-extension input method.
- false));
+ "")); // options page url, not available for non-extension input
+ // method.
}
return input_methods.Pass();
}
« no previous file with comments | « chromeos/ime/input_method_descriptor_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698