summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_nibs.gypi
diff options
context:
space:
mode:
authormarkusheintz@chromium.org <markusheintz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-07 11:50:06 +0000
committermarkusheintz@chromium.org <markusheintz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-07 11:50:06 +0000
commitd07a6d937c89981dfdf547c5acf9520dcf515c06 (patch)
tree29a34171eac36cc2e0ec21ece12b4147efd26a5d /chrome/chrome_nibs.gypi
parent94528f9cbba361a48f9b21474a2af2c865dc4fbc (diff)
downloadchromium_src-d07a6d937c89981dfdf547c5acf9520dcf515c06.zip
chromium_src-d07a6d937c89981dfdf547c5acf9520dcf515c06.tar.gz
chromium_src-d07a6d937c89981dfdf547c5acf9520dcf515c06.tar.bz2
[Mac] Add xib file for media content settings bubble on Mac.
Here is a link to a screenshot: http://imgur.com/Ao3FT7c XIB changes: * Created the XIB file by copying the existing xib file: chrome/app/nibs/ContentBlockedPopups.xib. * Change IDS_BLOCKED_POPUPS_LINK to IDS_MEDIASTREAM_BUBBLE_MANAGE_LINK The strings for the bubble title and the radio buttons are set dynamically at runtime. BUG=172756 TEST=(1) Open https://apprtc.appspot.com with a clean user profile and wait for the info bar to appear. (2) Click on the "Deny" button of the info bar. (3) Click on the camera icon with the little cross on the right side of the location bar that just appeared. (4) The expected behavior is that the a bubble for changing the media permission for this site is opened. Review URL: https://chromiumcodereview.appspot.com/12154007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181286 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_nibs.gypi')
-rw-r--r--chrome/chrome_nibs.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_nibs.gypi b/chrome/chrome_nibs.gypi
index a4d3e36..e6277a0 100644
--- a/chrome/chrome_nibs.gypi
+++ b/chrome/chrome_nibs.gypi
@@ -20,6 +20,7 @@
'app/nibs/ContentBlockedCookies.xib',
'app/nibs/ContentBlockedImages.xib',
'app/nibs/ContentBlockedJavaScript.xib',
+ 'app/nibs/ContentBlockedMedia.xib',
'app/nibs/ContentBlockedMixedScript.xib',
'app/nibs/ContentBlockedPlugins.xib',
'app/nibs/ContentBlockedPopups.xib',