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

Side by Side Diff: chrome/browser/resources/options/advanced_options.html

Issue 9235004: [Garbled Text][Infobar] Adding infobar to suggest turning on encoding detection. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 8 years, 11 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
OLDNEW
1 <div id="advancedPage" class="page" hidden> 1 <div id="advancedPage" class="page" hidden>
2 <h1 i18n-content="advancedPage"></h1> 2 <h1 i18n-content="advancedPage"></h1>
3 <div class="displaytable"> 3 <div class="displaytable">
4 <section> 4 <section>
5 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> 5 <h3 i18n-content="advancedSectionTitlePrivacy"></h3>
6 <div> 6 <div>
7 <div class="section-group"> 7 <div class="section-group">
8 <button id="privacyContentSettingsButton" 8 <button id="privacyContentSettingsButton"
9 i18n-content="privacyContentSettingsButton"></button> 9 i18n-content="privacyContentSettingsButton"></button>
10 <button id="privacyClearDataButton" 10 <button id="privacyClearDataButton"
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 <section> 131 <section>
132 <h3 i18n-content="advancedSectionTitleTranslate"></h3> 132 <h3 i18n-content="advancedSectionTitleTranslate"></h3>
133 <div class="checkbox"> 133 <div class="checkbox">
134 <label> 134 <label>
135 <input id="enableTranslate" pref="translate.enabled" 135 <input id="enableTranslate" pref="translate.enabled"
136 metric="Options_Translate" type="checkbox"> 136 metric="Options_Translate" type="checkbox">
137 <span i18n-content="translateEnableTranslate"></span> 137 <span i18n-content="translateEnableTranslate"></span>
138 </label> 138 </label>
139 </div> 139 </div>
140 </section> 140 </section>
141 <section>
142 <h3 i18n-content="advancedSectionTitleGarbledText"></h3>
143 <div class="checkbox">
144 <label>
145 <input id="enableGarbledText" pref="auto_garbled_text_fix.enabled"
146 metric="Options_GarbledText" type="checkbox">
147 <span i18n-content="garbledTextEnableAutoFix"></span>
148 </label>
149 </div>
150 </section>
141 <if expr="not pp_ifdef('chromeos')"> 151 <if expr="not pp_ifdef('chromeos')">
142 <section> 152 <section>
143 <h3 i18n-content="downloadLocationGroupName"></h3> 153 <h3 i18n-content="downloadLocationGroupName"></h3>
144 <div> 154 <div>
145 <div id="download-location-group"> 155 <div id="download-location-group">
146 <label> 156 <label>
147 <span i18n-content="downloadLocationBrowseTitle"></span> 157 <span i18n-content="downloadLocationBrowseTitle"></span>
148 <input id="downloadLocationPath" class="weakrtl" type="text" 158 <input id="downloadLocationPath" class="weakrtl" type="text"
149 pref="download.default_directory" size="36"> 159 pref="download.default_directory" size="36">
150 </label> 160 </label>
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 <div class="checkbox"> 233 <div class="checkbox">
224 <label> 234 <label>
225 <input id="backgroundModeCheckbox" type="checkbox"> 235 <input id="backgroundModeCheckbox" type="checkbox">
226 <span i18n-content="backgroundModeCheckbox"></span> 236 <span i18n-content="backgroundModeCheckbox"></span>
227 </label> 237 </label>
228 </div> 238 </div>
229 </section> 239 </section>
230 </if> 240 </if>
231 </div> 241 </div>
232 </div> 242 </div>
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/dummy_resource_dispatcher_host_delegate.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698