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

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

Issue 171763004: Remove pp_ifdef from resource files in chrome/browser and chrome/renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 10 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="content-settings-page" class="page" hidden> 1 <div id="content-settings-page" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="contentSettingsPage"></h1> 3 <h1 i18n-content="contentSettingsPage"></h1>
4 <div class="content-area"> 4 <div class="content-area">
5 <!-- Cookie filter tab contents --> 5 <!-- Cookie filter tab contents -->
6 <section> 6 <section>
7 <h3 i18n-content="cookies_tab_label"></h3> 7 <h3 i18n-content="cookies_tab_label"></h3>
8 <div> 8 <div>
9 <div class="radio"> 9 <div class="radio">
10 <span class="controlled-setting-with-label"> 10 <span class="controlled-setting-with-label">
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 <input id="location-block" type="radio" name="location" 278 <input id="location-block" type="radio" name="location"
279 value="block"> 279 value="block">
280 <span> 280 <span>
281 <label for="location-block" i18n-content="location_block"></label> 281 <label for="location-block" i18n-content="location_block"></label>
282 <span class="controlled-setting-indicator" 282 <span class="controlled-setting-indicator"
283 content-setting="location" value="block"> 283 content-setting="location" value="block">
284 </span> 284 </span>
285 </span> 285 </span>
286 </span> 286 </span>
287 </div> 287 </div>
288 <if expr="pp_ifdef('enable_google_now')"> 288 <if expr="enable_google_now">
289 <div class="checkbox" id="geolocationCheckbox" hidden> 289 <div class="checkbox" id="geolocationCheckbox" hidden>
290 <span class="controlled-setting-with-label"> 290 <span class="controlled-setting-with-label">
291 <input id="googleGeolocationAccessEnabled" 291 <input id="googleGeolocationAccessEnabled"
292 pref="googlegeolocationaccess.enabled" 292 pref="googlegeolocationaccess.enabled"
293 metric="Options_GoogleGeolocationAccessCheckbox" 293 metric="Options_GoogleGeolocationAccessCheckbox"
294 type="checkbox"> 294 type="checkbox">
295 <span> 295 <span>
296 <label for="googleGeolocationAccessEnabled" 296 <label for="googleGeolocationAccessEnabled"
297 i18n-content="googleGeolocationAccessEnable"> 297 i18n-content="googleGeolocationAccessEnable">
298 </label> 298 </label>
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 <input type="radio" name="mouselock" value="block"> 389 <input type="radio" name="mouselock" value="block">
390 <span i18n-content="mouselock_block"></span> 390 <span i18n-content="mouselock_block"></span>
391 </label> 391 </label>
392 </div> 392 </div>
393 <div class="settings-row"> 393 <div class="settings-row">
394 <button class="exceptions-list-button" contentType="mouselock" 394 <button class="exceptions-list-button" contentType="mouselock"
395 i18n-content="manageExceptions"></button> 395 i18n-content="manageExceptions"></button>
396 </div> 396 </div>
397 </div> 397 </div>
398 </section> 398 </section>
399 <if expr="pp_ifdef('chromeos') or is_win"> 399 <if expr="chromeos or is_win">
400 <!-- Protected Content filter --> 400 <!-- Protected Content filter -->
401 <section guest-visibility="disabled"> 401 <section guest-visibility="disabled">
402 <h3 i18n-content="protectedContentTabLabel" 402 <h3 i18n-content="protectedContentTabLabel"
403 class="content-settings-header"></h3> 403 class="content-settings-header"></h3>
404 <div> 404 <div>
405 <div class="settings-row"> 405 <div class="settings-row">
406 <p i18n-content="protectedContentInfo"></p> 406 <p i18n-content="protectedContentInfo"></p>
407 </div> 407 </div>
408 <div class="checkbox"> 408 <div class="checkbox">
409 <label> 409 <label>
410 <input pref="settings.privacy.drm_enabled" type="checkbox"> 410 <input pref="settings.privacy.drm_enabled" type="checkbox">
411 <span i18n-content="protectedContentEnable"></span> 411 <span i18n-content="protectedContentEnable"></span>
412 </label> 412 </label>
413 </div> 413 </div>
414 <if expr="pp_ifdef('chromeos')"> 414 <if expr="chromeos">
415 <div class="settings-row"> 415 <div class="settings-row">
416 <button id="protected-content-exceptions" 416 <button id="protected-content-exceptions"
417 class="exceptions-list-button" contentType="protectedContent" 417 class="exceptions-list-button" contentType="protectedContent"
418 i18n-content="manageExceptions"></button> 418 i18n-content="manageExceptions"></button>
419 </div> 419 </div>
420 </if> 420 </if>
421 </div> 421 </div>
422 </section> 422 </section>
423 </if> 423 </if>
424 <!-- Media Stream capture device filter --> 424 <!-- Media Stream capture device filter -->
425 <section> 425 <section>
426 <div class="section-header"> 426 <div class="section-header">
427 <h3 i18n-content="mediaStreamTabLabel"></h3> 427 <h3 i18n-content="mediaStreamTabLabel"></h3>
428 <span id="media-indicator" 428 <span id="media-indicator"
429 class="controlled-setting-indicator group-indicator"></span> 429 class="controlled-setting-indicator group-indicator"></span>
430 </div> 430 </div>
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 </section> 594 </section>
595 </div> 595 </div>
596 <div class="action-area"> 596 <div class="action-area">
597 <div class="button-strip"> 597 <div class="button-strip">
598 <button id="content-settings-overlay-confirm" class="default-button" 598 <button id="content-settings-overlay-confirm" class="default-button"
599 i18n-content="done"> 599 i18n-content="done">
600 </button> 600 </button>
601 </div> 601 </div>
602 </div> 602 </div>
603 </div> 603 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/certificate_manager.html ('k') | chrome/browser/resources/options/language_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698