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

Side by Side Diff: chrome/browser/resources/translate_internals/prefs.html

Issue 370523002: Translate: Implement reset the denial state on chrome://translate-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: estade's review Created 6 years, 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/translate_internals/translate_internals.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2013 The Chromium Authors. All rights reserved. 2 Copyright 2013 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 <div> 6 <div>
7 <section id="prefs-blocked-languages"> 7 <section id="prefs-blocked-languages">
8 <h2>Languages not translated (New)</h2> 8 <h2>Languages not translated (New)</h2>
9 <ul></ul> 9 <ul></ul>
10 </section> 10 </section>
11 <section id="prefs-language-blacklist"> 11 <section id="prefs-language-blacklist">
12 <h2>Languages not translated<span> (Old)</span></h2> 12 <h2>Languages not translated<span> (Old)</span></h2>
13 <ul></ul> 13 <ul></ul>
14 </section> 14 </section>
15 <section id="prefs-site-blacklist"> 15 <section id="prefs-site-blacklist">
16 <h2>Sites not translated</h2> 16 <h2>Sites not translated</h2>
17 <ul></ul> 17 <ul></ul>
18 </section> 18 </section>
19 <section id="prefs-whitelists"> 19 <section id="prefs-whitelists">
20 <h2>Languages always translated</h2> 20 <h2>Languages always translated</h2>
21 <ul></ul> 21 <ul></ul>
22 </section> 22 </section>
23 <section id="prefs-supported-languages"> 23 <section id="prefs-supported-languages">
24 <h2>Supported languages</h2> 24 <h2>Supported languages</h2>
25 <p id="prefs-supported-languages-last-updated">Last updated: <span></span></ p> 25 <p id="prefs-supported-languages-last-updated">Last updated: <span></span></ p>
26 <ul id="prefs-supported-languages-languages"></ul> 26 <ul id="prefs-supported-languages-languages"></ul>
27 </section> 27 </section>
28 <section>
29 <h2>UX</h2>
30 <p id="prefs-too-often-denied">Refrain from showing the translation prompt</ p>
31 </section>
28 <if expr="not is_ios"> 32 <if expr="not is_ios">
29 <section id="prefs-cld-version"> 33 <section id="prefs-cld-version">
30 <h2>CLD Version</h2> 34 <h2>CLD Version</h2>
31 <p i18n-content="cld-version"></p> 35 <p i18n-content="cld-version"></p>
32 </section> 36 </section>
33 </if> 37 </if>
34 </div> 38 </div>
35 <div> 39 <div>
36 <section id="prefs-dump"> 40 <section id="prefs-dump">
37 <h2>Dump</h2> 41 <h2>Dump</h2>
38 <p class="dump"><p> 42 <p class="dump"><p>
39 </section> 43 </section>
40 </div> 44 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/translate_internals/translate_internals.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698