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

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

Issue 6174005: Fix compilation with disabled remoting. (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 | « build/common.gypi ('k') | chrome/chrome.gyp » ('j') | 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 <div id="cloudPrintProxyLabel" 193 <div id="cloudPrintProxyLabel"
194 i18n-content="cloudPrintProxyDisabledLabel"></div> 194 i18n-content="cloudPrintProxyDisabledLabel"></div>
195 <div> 195 <div>
196 <button id="cloudPrintProxySetupButton" 196 <button id="cloudPrintProxySetupButton"
197 i18n-content="cloudPrintProxyDisabledButton"></button> 197 i18n-content="cloudPrintProxyDisabledButton"></button>
198 <button id="cloudPrintProxyManageButton" 198 <button id="cloudPrintProxyManageButton"
199 i18n-content="cloudPrintProxyEnabledManageButton"></button> 199 i18n-content="cloudPrintProxyEnabledManageButton"></button>
200 </div> 200 </div>
201 </div> 201 </div>
202 </section> 202 </section>
203 </if>
204 <if expr="pp_ifdef('remoting') and not pp_ifdef('chromeos')">
203 <section id="remoting-section"> 205 <section id="remoting-section">
204 <h3 i18n-content="advancedSectionTitleRemoting"></h3> 206 <h3 i18n-content="advancedSectionTitleRemoting"></h3>
205 <div> 207 <div>
206 <button id="remotingSetupButton" 208 <button id="remotingSetupButton"
207 i18n-content="remotingSetupButton"></button> 209 i18n-content="remotingSetupButton"></button>
208 </div> 210 </div>
209 </section> 211 </section>
210 </if> 212 </if>
211 </div> 213 </div>
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698