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

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

Issue 6955010: Remove the Remoting Host component from Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove an errant include. 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="pp_ifdef('remoting') and not pp_ifdef('chromeos')">
214 <section id="remoting-section">
215 <h3 i18n-content="advancedSectionTitleRemoting"></h3>
216 <div>
217 <div id="remotingStatus" class="section-text"></div>
218 <div class="section-group">
219 <button id="remotingSetupButton"
220 i18n-content="remotingSetupButton"
221 style="display:none;"></button>
222 <button id="remotingStopButton"
223 i18n-content="remotingStopButton"
224 style="display:none;"></button>
225 </div>
226 </div>
227 </section>
228 </if>
229 </div> 213 </div>
OLDNEW
« no previous file with comments | « chrome/browser/remoting/setup_flow_start_host_step.cc ('k') | chrome/browser/resources/options/advanced_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698