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

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

Issue 6349007: DOMUI: Hide the Downloads section for ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div class="page hidden" id="advancedPage"> 1 <div class="page hidden" id="advancedPage">
2 <h1 i18n-content="advancedPage"></h1> 2 <h1 i18n-content="advancedPage"></h1>
3 <section> 3 <section>
4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> 4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3>
5 <div> 5 <div>
6 <div> 6 <div>
7 <button id="privacyContentSettingsButton" 7 <button id="privacyContentSettingsButton"
8 i18n-content="privacyContentSettingsButton"></button> 8 i18n-content="privacyContentSettingsButton"></button>
9 <button id="privacyClearDataButton" 9 <button id="privacyClearDataButton"
10 i18n-content="privacyClearDataButton"></button> 10 i18n-content="privacyClearDataButton"></button>
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 <section> 117 <section>
118 <h3 i18n-content="advancedSectionTitleTranslate"></h3> 118 <h3 i18n-content="advancedSectionTitleTranslate"></h3>
119 <div> 119 <div>
120 <label class="checkbox"> 120 <label class="checkbox">
121 <input id="enableTranslate" pref="translate.enabled" 121 <input id="enableTranslate" pref="translate.enabled"
122 metric="Options_Translate" type="checkbox"> 122 metric="Options_Translate" type="checkbox">
123 <span i18n-content="translateEnableTranslate"></span> 123 <span i18n-content="translateEnableTranslate"></span>
124 </label> 124 </label>
125 </div> 125 </div>
126 </section> 126 </section>
127 <if expr="not pp_ifdef('chromeos')">
127 <section> 128 <section>
128 <h3 i18n-content="downloadLocationGroupName"></h3> 129 <h3 i18n-content="downloadLocationGroupName"></h3>
129 <div> 130 <div>
130 <if expr="not pp_ifdef('chromeos')">
131 <div> 131 <div>
132 <label> 132 <label>
133 <span i18n-content="downloadLocationBrowseTitle"></span> 133 <span i18n-content="downloadLocationBrowseTitle"></span>
134 <input id="downloadLocationPath" type="text" size="60" disabled> 134 <input id="downloadLocationPath" type="text" size="60" disabled>
135 </label> 135 </label>
136 <button id="downloadLocationChangeButton" 136 <button id="downloadLocationChangeButton"
137 i18n-content="downloadLocationChangeButton"></button> 137 i18n-content="downloadLocationChangeButton"></button>
138 </div> 138 </div>
139 <label class="checkbox"> 139 <label class="checkbox">
140 <input id="promptForDownload" pref="download.prompt_for_download" 140 <input id="promptForDownload" pref="download.prompt_for_download"
141 metric="Options_AskForSaveLocation" type="checkbox"> 141 metric="Options_AskForSaveLocation" type="checkbox">
142 <span i18n-content="downloadLocationAskForSaveLocation"></span> 142 <span i18n-content="downloadLocationAskForSaveLocation"></span>
143 </label> 143 </label>
144 </if>
145 <div i18n-content="autoOpenFileTypesInfo"></div> 144 <div i18n-content="autoOpenFileTypesInfo"></div>
146 <div><button id="autoOpenFileTypesResetToDefault" 145 <div><button id="autoOpenFileTypesResetToDefault"
147 i18n-content="autoOpenFileTypesResetToDefault"></button></div> 146 i18n-content="autoOpenFileTypesResetToDefault"></button></div>
148 </div> 147 </div>
149 </section> 148 </section>
149 </if>
150 <section> 150 <section>
151 <h3 i18n-content="advancedSectionTitleSecurity"></h3> 151 <h3 i18n-content="advancedSectionTitleSecurity"></h3>
152 <div> 152 <div>
153 <div><button id="certificatesManageButton" 153 <div><button id="certificatesManageButton"
154 i18n-content="certificatesManageButton"></button></div> 154 i18n-content="certificatesManageButton"></button></div>
155 <if expr="os == 'win32'"> 155 <if expr="os == 'win32'">
156 <!-- Configure these options for manual handling on windows --> 156 <!-- Configure these options for manual handling on windows -->
157 <label class="checkbox"> 157 <label class="checkbox">
158 <input id="sslCheckRevocation" type="checkbox"> 158 <input id="sslCheckRevocation" type="checkbox">
159 <span i18n-content="sslCheckRevocation"></span> 159 <span i18n-content="sslCheckRevocation"></span>
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 i18n-content="remotingSetupButton" 212 i18n-content="remotingSetupButton"
213 style="display:none;"></button> 213 style="display:none;"></button>
214 <button id="remotingStopButton" 214 <button id="remotingStopButton"
215 i18n-content="remotingStopButton" 215 i18n-content="remotingStopButton"
216 style="display:none;"></button> 216 style="display:none;"></button>
217 </div> 217 </div>
218 </div> 218 </div>
219 </section> 219 </section>
220 </if> 220 </if>
221 </div> 221 </div>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698