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

Unified Diff: chrome/browser/resources/options/language_dictionary_overlay.html

Issue 11362063: Editing the custom spelling dictionary (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Exclude custom dictionary WebUI from mac Created 8 years, 1 month 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/options/language_dictionary_overlay.html
diff --git a/chrome/browser/resources/options/language_dictionary_overlay.html b/chrome/browser/resources/options/language_dictionary_overlay.html
new file mode 100644
index 0000000000000000000000000000000000000000..52432c08d545fb6ec03380f72b396318d0b2beb6
--- /dev/null
+++ b/chrome/browser/resources/options/language_dictionary_overlay.html
@@ -0,0 +1,12 @@
+<div id="language-dictionary-overlay-page" class="page" hidden>
+ <div class="close-button"></div>
+ <h1 i18n-content="languageDictionaryOverlayTitle"></h1>
+ <div class="content-area">
+ <list id="language-dictionary-overlay-word-list" class="settings-list">
+ </list>
+ </div>
+ <div class="action-area button-strip">
+ <button id="language-dictionary-overlay-done-button" i18n-content="done">
+ </button>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698