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

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

Issue 6954001: Add "Keep chrome running in background" preference. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed problem that was making UI visible on Mac. Created 9 years, 7 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 <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 <section> 3 <section>
4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> 4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3>
5 <div> 5 <div>
6 <div class="section-group"> 6 <div class="section-group">
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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 i18n-content="cloudPrintProxyDisabledLabel"></div> 203 i18n-content="cloudPrintProxyDisabledLabel"></div>
204 <div class="section-group"> 204 <div class="section-group">
205 <button id="cloudPrintProxySetupButton" 205 <button id="cloudPrintProxySetupButton"
206 i18n-content="cloudPrintProxyDisabledButton"></button> 206 i18n-content="cloudPrintProxyDisabledButton"></button>
207 <button id="cloudPrintProxyManageButton" 207 <button id="cloudPrintProxyManageButton"
208 i18n-content="cloudPrintProxyEnabledManageButton"></button> 208 i18n-content="cloudPrintProxyEnabledManageButton"></button>
209 </div> 209 </div>
210 </div> 210 </div>
211 </section> 211 </section>
212 </if> 212 </if>
213 <if expr="os != 'darwin' and not pp_ifdef('chromeos')">
214 <section id="background-section">
215 <h3 i18n-content="advancedSectionTitleBackground"></h3>
216 <div class="checkbox">
217 <label>
218 <input id="backgroundModeCheckbox" type="checkbox">
219 <span i18n-content="backgroundModeCheckbox"></span>
220 </label>
221 </div>
222 </section>
223 </if>
213 </div> 224 </div>
OLDNEW
« no previous file with comments | « chrome/browser/background_mode_manager_unittest.cc ('k') | chrome/browser/resources/options/advanced_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698