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

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

Issue 4245002: Add instant to tabbed options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: smorgan review Created 10 years, 1 month 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 <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>
11 </div> 11 </div>
12 <div i18n-content="disableServices" class="disable-services-div"></div> 12 <div i18n-content="disableServices" class="disable-services-div"></div>
13 <div><a target="_blank" i18n-content="privacyLearnMoreLabel" 13 <div><a target="_blank" i18n-content="learnMore"
14 i18n-values="href:privacyLearnMoreURL"></a></div> 14 i18n-values="href:privacyLearnMoreURL"></a></div>
15 <label class="checkbox"> 15 <label class="checkbox">
16 <input id="alternateErrorPagesEnabled" pref="alternate_error_pages.enabl ed" 16 <input id="alternateErrorPagesEnabled" pref="alternate_error_pages.enabl ed"
17 metric="Options_LinkDoctorCheckbox" type="checkbox"> 17 metric="Options_LinkDoctorCheckbox" type="checkbox">
18 <span i18n-content="linkDoctorPref"></span> 18 <span i18n-content="linkDoctorPref"></span>
19 </label> 19 </label>
20 <label class="checkbox"> 20 <label class="checkbox">
21 <input id="searchSuggestEnabled" pref="search.suggest_enabled" 21 <input id="searchSuggestEnabled" pref="search.suggest_enabled"
22 metric="Options_UseSuggestCheckbox" type="checkbox"> 22 metric="Options_UseSuggestCheckbox" type="checkbox">
23 <span i18n-content="suggestPref"></span> 23 <span i18n-content="suggestPref"></span>
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 <section id="background-mode-section"> 173 <section id="background-mode-section">
174 <h3 i18n-content="advancedSectionTitleChromeApps"></h3> 174 <h3 i18n-content="advancedSectionTitleChromeApps"></h3>
175 <div> 175 <div>
176 <label class="checkbox"> 176 <label class="checkbox">
177 <input pref="background_mode.enabled" 177 <input pref="background_mode.enabled"
178 metric="Options_BackgroundMode" type="checkbox"> 178 metric="Options_BackgroundMode" type="checkbox">
179 <span i18n-content="chromeAppsEnableBackgroundMode"></span> 179 <span i18n-content="chromeAppsEnableBackgroundMode"></span>
180 </label> 180 </label>
181 <div> 181 <div>
182 <a target="_blank" 182 <a target="_blank"
183 i18n-content="chromeAppsLearnMoreBackgroundModeLabel" 183 i18n-content="learnMore"
184 i18n-values="href:chromeAppsLearnMoreBackgroundModeURL"></a> 184 i18n-values="href:chromeAppsLearnMoreBackgroundModeURL"></a>
185 </div> 185 </div>
186 </div> 186 </div>
187 </section> 187 </section>
188 <if expr="not pp_ifdef('chromeos')"> 188 <if expr="not pp_ifdef('chromeos')">
189 <section id="cloud-print-proxy-section"> 189 <section id="cloud-print-proxy-section">
190 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> 190 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3>
191 <div> 191 <div>
192 <div id="cloudPrintProxyLabel" 192 <div id="cloudPrintProxyLabel"
193 i18n-content="cloudPrintProxyDisabledLabel"></div> 193 i18n-content="cloudPrintProxyDisabledLabel"></div>
194 <div> 194 <div>
195 <button id="cloudPrintProxySetupButton" 195 <button id="cloudPrintProxySetupButton"
196 i18n-content="cloudPrintProxyDisabledButton"></button> 196 i18n-content="cloudPrintProxyDisabledButton"></button>
197 <button id="cloudPrintProxyManageButton" 197 <button id="cloudPrintProxyManageButton"
198 i18n-content="cloudPrintProxyEnabledManageButton"></button> 198 i18n-content="cloudPrintProxyEnabledManageButton"></button>
199 </div> 199 </div>
200 </div> 200 </div>
201 </section> 201 </section>
202 </if> 202 </if>
203 <div class="button-strip"> 203 <div class="button-strip">
204 <button id="optionsReset" i18n-content="optionsReset"></button> 204 <button id="optionsReset" i18n-content="optionsReset"></button>
205 </div> 205 </div>
206 </div> 206 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/new_new_tab.css ('k') | chrome/browser/resources/options/browser_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698