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

Unified Diff: chrome/browser/resources/options2/chromeos/language_hangul_options.html

Issue 10809005: Options: Rename chrome/browser/resources/options2 -> chrome/browser/resources/options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 8 years, 4 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/resources/options2/chromeos/language_hangul_options.html
diff --git a/chrome/browser/resources/options2/chromeos/language_hangul_options.html b/chrome/browser/resources/options2/chromeos/language_hangul_options.html
deleted file mode 100644
index 1a8d094072c5b4a1fbc065d1ef2484829a7c3bda..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/options2/chromeos/language_hangul_options.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<div id="languageHangulPage" class="page" hidden>
- <div class="close-button"></div>
- <h1 i18n-content="languageHangulPage"></h1>
- <div class="content-area">
- <div class="option">
- <table class="option-control-table">
- <tr>
- <td class="option-name" i18n-content="hangul_keyboard_layout"></td>
- <td class="option-value">
- <select id="keyboard-layout-select" class="control"
- data-type="string"
- pref="settings.language.hangul_keyboard"
- i18n-options="HangulkeyboardLayoutList"></select>
- </td>
- </tr>
- </table>
- </div>
- </div>
- <div class="action-area">
- <div class="button-strip">
- <button id="hangul-confirm" i18n-content="ok"></button>
- </div>
- </div>
-</div>

Powered by Google App Engine
This is Rietveld 408576698