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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <div id="language-dictionary-overlay-page" class="page" hidden>
2 <div class="close-button"></div>
3 <h1 i18n-content="languageDictionaryOverlayTitle"></h1>
4 <div class="content-area">
5 <list id="language-dictionary-overlay-word-list" class="settings-list">
6 </list>
7 </div>
8 <div class="action-area button-strip">
9 <button id="language-dictionary-overlay-done-button" i18n-content="done">
10 </button>
11 </div>
12 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698