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

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

Issue 1266583003: Fix the links in the media bubble pointing to the media UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missing HTML IDs. 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.html
diff --git a/chrome/browser/resources/options/content_settings.html b/chrome/browser/resources/options/content_settings.html
index 4672e9fa0a008cbc696257bb90f9b9eabcbefdb7..d9c5d8800f2282be955f1c7d99bcff86f34a98c9 100644
--- a/chrome/browser/resources/options/content_settings.html
+++ b/chrome/browser/resources/options/content_settings.html
@@ -394,7 +394,7 @@
</section>
</if>
<!-- Microphone filter -->
- <section>
+ <section id="media-stream-mic">
msramek 2015/07/30 16:45:49 Currently, we just point to the microphone section
<h3 i18n-content="mediaStreamMicTabLabel"></h3>
<div>
<span id="media-select-mic-label"
@@ -433,7 +433,7 @@
</div>
</section>
<!-- Camera filter -->
- <section>
+ <section id="media-stream-camera">
<h3 i18n-content="mediaStreamCameraTabLabel"></h3>
<div>
<span id="media-select-camera-label"

Powered by Google App Engine
This is Rietveld 408576698