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

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

Issue 11410040: Delete WebUI for web intents. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Return value from flag for profile disablement Created 8 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 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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 <input type="radio" name="mouselock" value="block"> 371 <input type="radio" name="mouselock" value="block">
372 <span i18n-content="mouselock_block"></span> 372 <span i18n-content="mouselock_block"></span>
373 </label> 373 </label>
374 </div> 374 </div>
375 <div class="settings-row"> 375 <div class="settings-row">
376 <button class="exceptions-list-button" contentType="mouselock" 376 <button class="exceptions-list-button" contentType="mouselock"
377 i18n-content="manageExceptions"></button> 377 i18n-content="manageExceptions"></button>
378 </div> 378 </div>
379 </div> 379 </div>
380 </section> 380 </section>
381 <!-- Intent registration filter -->
382 <section>
383 <h3 i18n-content="webIntentsTabLabel" class="content-settings-header">
384 </h3>
385 <div class="checkbox">
386 <label>
387 <input pref="webintents.enabled" type="checkbox">
388 <span i18n-content="allowWebIntents"></span>
389 </label>
390 </div>
391 </section>
392 <!-- Pepper Flash camera and microphone filter --> 381 <!-- Pepper Flash camera and microphone filter -->
393 <section id="pepper-flash-cameramic-section" class="pepper-flash-settings"> 382 <section id="pepper-flash-cameramic-section" class="pepper-flash-settings">
394 <h3 i18n-content="pepperFlashCameramicTabLabel"></h3> 383 <h3 i18n-content="pepperFlashCameramicTabLabel"></h3>
395 <div> 384 <div>
396 <div class="radio"> 385 <div class="radio">
397 <label> 386 <label>
398 <input type="radio" name="pepper-flash-cameramic" value="ask"> 387 <input type="radio" name="pepper-flash-cameramic" value="ask">
399 <span i18n-content="pepperFlashCameramicAsk"></span> 388 <span i18n-content="pepperFlashCameramicAsk"></span>
400 </label> 389 </label>
401 </div> 390 </div>
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 i18n-content="manageGalleriesButton"></button> 490 i18n-content="manageGalleriesButton"></button>
502 </div> 491 </div>
503 </section> 492 </section>
504 </div> 493 </div>
505 <div class="action-area"> 494 <div class="action-area">
506 <div class="button-strip"> 495 <div class="button-strip">
507 <button id="content-settings-overlay-confirm" i18n-content="ok"></button> 496 <button id="content-settings-overlay-confirm" i18n-content="ok"></button>
508 </div> 497 </div>
509 </div> 498 </div>
510 </div> 499 </div>
OLDNEW
« no previous file with comments | « chrome/browser/intents/web_intents_util.cc ('k') | chrome/browser/resources/options/content_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698