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

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

Issue 1903593002: Allows to manually change the stored permanent country in Variations from the translate-internals d… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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.js » ('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>
(...skipping 27 matching lines...) Expand all
38 <h2>CLD Data Source</h2> 38 <h2>CLD Data Source</h2>
39 <p i18n-content="cld-data-source"></p> 39 <p i18n-content="cld-data-source"></p>
40 </section> 40 </section>
41 </if> 41 </if>
42 </div> 42 </div>
43 <div> 43 <div>
44 <section id="prefs-dump"> 44 <section id="prefs-dump">
45 <h2>Dump</h2> 45 <h2>Dump</h2>
46 <p class="dump"><p> 46 <p class="dump"><p>
47 </section> 47 </section>
48 <section>
49 <h2 id="override-variations-country">Override Variations Country</h2>
50 <p id="country-override"></p>
51 </section>
48 </div> 52 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/translate_internals/translate_internals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698