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(); |
} |