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

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

Issue 10479015: Pepper Flash settings integration - camera and microphone. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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 <label> 10 <label>
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 <section> 250 <section>
251 <h3 i18n-content="webIntentsTabLabel" class="content-settings-header"> 251 <h3 i18n-content="webIntentsTabLabel" class="content-settings-header">
252 </h3> 252 </h3>
253 <div class="checkbox"> 253 <div class="checkbox">
254 <label> 254 <label>
255 <input pref="webintents.enabled" type="checkbox"> 255 <input pref="webintents.enabled" type="checkbox">
256 <span i18n-content="allowWebIntents"></span> 256 <span i18n-content="allowWebIntents"></span>
257 </label> 257 </label>
258 </div> 258 </div>
259 </section> 259 </section>
260 <!-- Pepper Flash camera and microphone filter -->
261 <section id="pepper-flash-cameramic-section" class="pepper-flash-settings">
262 <h3 i18n-content="pepperFlashCameramicTabLabel"></h3>
263 <div>
264 <div class="radio">
265 <label>
266 <input type="radio" name="pepper-flash-cameramic" value="ask">
267 <span i18n-content="pepperFlashCameramicAsk"></span>
268 </label>
269 </div>
270 <div class="radio">
271 <label>
272 <input type="radio" name="pepper-flash-cameramic" value="block">
273 <span i18n-content="pepperFlashCameramicBlock"></span>
274 </label>
275 </div>
276 <button class="exceptions-list-button"
277 contentType="pepper-flash-cameramic"
278 i18n-content="manage_exceptions"></button>
279 </div>
280 </section>
260 <if expr="pp_ifdef('chromeos')"> 281 <if expr="pp_ifdef('chromeos')">
261 <!-- Protected Content filter --> 282 <!-- Protected Content filter -->
262 <section guest-visibility="disabled"> 283 <section guest-visibility="disabled">
263 <h3 i18n-content="protectedContentTabLabel" 284 <h3 i18n-content="protectedContentTabLabel"
264 class="content-settings-header"></h3> 285 class="content-settings-header"></h3>
265 <div> 286 <div>
266 <div class="settings-row"> 287 <div class="settings-row">
267 <span i18n-content="protectedContentInfo"></span> 288 <span i18n-content="protectedContentInfo"></span>
268 </div> 289 </div>
269 <div class="checkbox"> 290 <div class="checkbox">
270 <label> 291 <label>
271 <input pref="settings.privacy.drm_enabled" type="checkbox"> 292 <input pref="settings.privacy.drm_enabled" type="checkbox">
272 <span i18n-content="protectedContentEnable"></span> 293 <span i18n-content="protectedContentEnable"></span>
273 </label> 294 </label>
274 </div> 295 </div>
275 </div> 296 </div>
276 </section> 297 </section>
277 </if> 298 </if>
278 </div> 299 </div>
279 <div class="action-area"> 300 <div class="action-area">
280 <div class="button-strip"> 301 <div class="button-strip">
281 <button id="content-settings-overlay-confirm" i18n-content="ok"></button> 302 <button id="content-settings-overlay-confirm" i18n-content="ok"></button>
282 </div> 303 </div>
283 </div> 304 </div>
284 </div> 305 </div>
OLDNEW
« no previous file with comments | « chrome/browser/pepper_flash_settings_manager.cc ('k') | chrome/browser/resources/options2/content_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698