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

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

Issue 397623002: Expose the CLD data source in chrome://translate-internals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | Annotate | Revision Log
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>
(...skipping 16 matching lines...) Expand all
27 </section> 27 </section>
28 <section> 28 <section>
29 <h2>UX</h2> 29 <h2>UX</h2>
30 <p id="prefs-too-often-denied">Refrain from showing the translation prompt</ p> 30 <p id="prefs-too-often-denied">Refrain from showing the translation prompt</ p>
31 </section> 31 </section>
32 <if expr="not is_ios"> 32 <if expr="not is_ios">
33 <section id="prefs-cld-version"> 33 <section id="prefs-cld-version">
34 <h2>CLD Version</h2> 34 <h2>CLD Version</h2>
35 <p i18n-content="cld-version"></p> 35 <p i18n-content="cld-version"></p>
36 </section> 36 </section>
37 <section id="prefs-cld-data-source">
38 <h2>CLD Data Source</h2>
39 <p i18n-content="cld-data-source"></p>
40 </section>
37 </if> 41 </if>
38 </div> 42 </div>
39 <div> 43 <div>
40 <section id="prefs-dump"> 44 <section id="prefs-dump">
41 <h2>Dump</h2> 45 <h2>Dump</h2>
42 <p class="dump"><p> 46 <p class="dump"><p>
43 </section> 47 </section>
44 </div> 48 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698