Index: chrome/browser/resources/options/chromeos_language_mozc_options.html |
diff --git a/chrome/browser/resources/options/chromeos_language_mozc_options.html b/chrome/browser/resources/options/chromeos_language_mozc_options.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c2ff8fcb1f9d76f4b8d59e3cdbf3f3e5af7d4d82 |
--- /dev/null |
+++ b/chrome/browser/resources/options/chromeos_language_mozc_options.html |
@@ -0,0 +1,71 @@ |
+<div class="page hidden" id="languageMozcPage"> |
+ <h1 i18n-content="languageMozcPage"></h1> |
+ <section> |
+ <table class="option-control-table"> |
+ <tr> |
+ <td class="option-name" colspan="2"><label><input |
+ id="mozc-incognito-mode" |
+ pref="settings.language.mozc_incognito_mode" |
+ type="checkbox"> |
+ <span i18n-content="incognito_modeContent"></span></label> |
+ </td> |
+ </tr> |
+ <tr> |
+ <td class="option-name" colspan="2"><label><input |
+ id="mozc-use-auto-ime-turn-off" |
+ pref="settings.language.mozc_use_auto_ime_turn_off" |
+ type="checkbox"> |
+ <span i18n-content="use_auto_ime_turn_offContent"></span></label> |
+ </td> |
+ </tr> |
+ <tr> |
+ <td class="option-name" colspan="2"><label><input |
+ id="mozc-use-date-conversion" |
+ pref="settings.language.mozc_use_date_conversion" |
+ type="checkbox"> |
+ <span i18n-content="use_date_conversionContent"></span></label> |
+ </td> |
+ </tr> |
+ <tr> |
+ <td class="option-name" colspan="2"><label><input |
+ id="mozc-use-single-kanji-conversion" |
+ pref="settings.language.mozc_use_single_kanji_conversion" |
+ type="checkbox"> |
+ <span i18n-content="use_single_kanji_conversionContent"></span></label> |
+ </td> |
+ </tr> |
+ <tr> |
+ <td class="option-name" colspan="2"><label><input |
+ id="mozc-use-symbol-conversion" |
+ pref="settings.language.mozc_use_symbol_conversion" |
+ type="checkbox"> |
+ <span i18n-content="use_symbol_conversionContent"></span></label> |
+ </td> |
+ </tr> |
+ <tr> |
+ <td class="option-name" colspan="2"><label><input |
+ id="mozc-use-number-conversion" |
+ pref="settings.language.mozc_use_number_conversion" |
+ type="checkbox"> |
+ <span i18n-content="use_number_conversionContent"></span></label> |
+ </td> |
+ </tr> |
+ <tr> |
+ <td class="option-name" colspan="2"><label><input |
+ id="mozc-use-history-suggest" |
+ pref="settings.language.mozc_use_history_suggest" |
+ type="checkbox"> |
+ <span i18n-content="use_history_suggestContent"></span></label> |
+ </td> |
+ </tr> |
+ <tr> |
+ <td class="option-name" colspan="2"><label><input |
+ id="mozc-use-dictionary-suggest" |
+ pref="settings.language.mozc_use_dictionary_suggest" |
+ type="checkbox"> |
+ <span i18n-content="use_dictionary_suggestContent"></span></label> |
+ </td> |
+ </tr> |
+ </table> |
+ </section> |
+</div> |