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

Unified Diff: chrome/browser/resources/options/content_settings_exceptions_area.html

Issue 1210173012: Split the Media settings UI into separate microphone and camera sections. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed the policy indicator test. Created 5 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/content_settings_exceptions_area.html
diff --git a/chrome/browser/resources/options/content_settings_exceptions_area.html b/chrome/browser/resources/options/content_settings_exceptions_area.html
index 3c3daefcf8a1e15639d51e3133e338b292e6a934..3037cfa696af03a1a45901ab4758ab97b8219923 100644
--- a/chrome/browser/resources/options/content_settings_exceptions_area.html
+++ b/chrome/browser/resources/options/content_settings_exceptions_area.html
@@ -89,14 +89,20 @@
<list mode="otr"></list>
</div>
</div>
- <div id="media-column-header" class="media-header">
- <div id="exception-pattern-column"></div>
- <div id="media-audio-column" i18n-content=mediaAudioExceptionHeader>
+ <div contentType="media-stream-mic">
+ <list mode="normal"></list>
+ <div>
+ <span class="otr-explanation" i18n-content="otrExceptionsExplanation">
+ </span>
+ <list mode="otr"></list>
</div>
- <div id="media-video-column" i18n-content="mediaVideoExceptionHeader">
+ <div id="media-pepper-flash-exceptions" class="pepper-flash-settings">
+ <span i18n-content="mediaPepperFlashExceptionsDivergedLabel"></span>
+ <a target="_blank" i18n-content="mediaPepperFlashChangeLink"
+ i18n-values="href:mediaPepperFlashWebsitePrivacyURL"></a>
</div>
</div>
- <div contentType="media-stream">
+ <div contentType="media-stream-camera">
<list mode="normal"></list>
<div>
<span class="otr-explanation" i18n-content="otrExceptionsExplanation">

Powered by Google App Engine
This is Rietveld 408576698