| <?xml version="1.0" encoding="UTF-8" standalone="no"?> | 
 | <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="13F1112" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> | 
 |     <dependencies> | 
 |         <deployment version="1060" identifier="macosx"/> | 
 |         <development version="5100" identifier="xcode"/> | 
 |         <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="5056"/> | 
 |     </dependencies> | 
 |     <objects> | 
 |         <customObject id="-2" userLabel="File's Owner" customClass="ContentSettingBubbleController"> | 
 |             <connections> | 
 |                 <outlet property="allowBlockRadioGroup_" destination="9" id="27"/> | 
 |                 <outlet property="bubble_" destination="4" id="5"/> | 
 |                 <outlet property="doneButton_" destination="17" id="32"/> | 
 |                 <outlet property="manageButton_" destination="47" id="50"/> | 
 |                 <outlet property="titleLabel_" destination="7" id="30"/> | 
 |                 <outlet property="window" destination="1" id="3"/> | 
 |             </connections> | 
 |         </customObject> | 
 |         <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> | 
 |         <customObject id="-3" userLabel="Application"/> | 
 |         <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" oneShot="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="1" customClass="InfoBubbleWindow"> | 
 |             <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/> | 
 |             <windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/> | 
 |             <rect key="contentRect" x="196" y="345" width="403" height="157"/> | 
 |             <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/> | 
 |             <view key="contentView" id="2"> | 
 |                 <rect key="frame" x="0.0" y="0.0" width="403" height="157"/> | 
 |                 <autoresizingMask key="autoresizingMask"/> | 
 |                 <subviews> | 
 |                     <customView id="4" customClass="InfoBubbleView"> | 
 |                         <rect key="frame" x="0.0" y="-2" width="403" height="159"/> | 
 |                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | 
 |                         <userGuides> | 
 |                             <userLayoutGuide location="96" affinity="minY"/> | 
 |                             <userLayoutGuide location="199.5" affinity="minX"/> | 
 |                             <userLayoutGuide location="96" affinity="minY"/> | 
 |                         </userGuides> | 
 |                         <subviews> | 
 |                             <customView id="29" customClass="GTMWidthBasedTweaker"> | 
 |                                 <rect key="frame" x="246" y="0.0" width="156" height="41"/> | 
 |                                 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxY="YES"/> | 
 |                                 <subviews> | 
 |                                     <button verticalHuggingPriority="750" id="17"> | 
 |                                         <rect key="frame" x="73" y="13" width="68" height="28"/> | 
 |                                         <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> | 
 |                                         <buttonCell key="cell" type="push" title="^IDS_DONE" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="18"> | 
 |                                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> | 
 |                                             <font key="font" metaFont="smallSystem"/> | 
 |                                             <string key="keyEquivalent" base64-UTF8="YES"> | 
 | DQ | 
 | </string> | 
 |                                         </buttonCell> | 
 |                                         <connections> | 
 |                                             <action selector="closeBubble:" target="-2" id="26"/> | 
 |                                         </connections> | 
 |                                     </button> | 
 |                                 </subviews> | 
 |                             </customView> | 
 |                             <customView id="28" customClass="GTMWidthBasedTweaker"> | 
 |                                 <rect key="frame" x="0.0" y="0.0" width="244" height="41"/> | 
 |                                 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" flexibleMaxY="YES"/> | 
 |                                 <subviews> | 
 |                                     <button verticalHuggingPriority="750" id="47"> | 
 |                                         <rect key="frame" x="15" y="13" width="115" height="28"/> | 
 |                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> | 
 |                                         <buttonCell key="cell" type="push" title="^IDS_HANDLERS_BUBBLE_MANAGE_LINK" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="48"> | 
 |                                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> | 
 |                                             <font key="font" metaFont="smallSystem"/> | 
 |                                         </buttonCell> | 
 |                                         <connections> | 
 |                                             <action selector="manageBlocking:" target="-2" id="49"/> | 
 |                                         </connections> | 
 |                                     </button> | 
 |                                 </subviews> | 
 |                             </customView> | 
 |                             <box autoresizesSubviews="NO" verticalHuggingPriority="750" title="Box" boxType="separator" titlePosition="noTitle" id="19"> | 
 |                                 <rect key="frame" x="20" y="43" width="363" height="5"/> | 
 |                                 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/> | 
 |                                 <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/> | 
 |                                 <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/> | 
 |                                 <font key="titleFont" metaFont="system"/> | 
 |                             </box> | 
 |                             <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" id="9"> | 
 |                                 <rect key="frame" x="20" y="59" width="363" height="58"/> | 
 |                                 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/> | 
 |                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> | 
 |                                 <size key="cellSize" width="363" height="18"/> | 
 |                                 <size key="intercellSpacing" width="4" height="2"/> | 
 |                                 <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" controlSize="small" inset="2" id="12"> | 
 |                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> | 
 |                                     <font key="font" metaFont="smallSystem"/> | 
 |                                 </buttonCell> | 
 |                                 <cells> | 
 |                                     <column> | 
 |                                         <buttonCell type="radio" title="<Not for translation>" imagePosition="left" alignment="left" controlSize="small" tag="1" inset="2" id="10"> | 
 |                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> | 
 |                                             <font key="font" metaFont="smallSystem"/> | 
 |                                         </buttonCell> | 
 |                                         <buttonCell type="radio" title="^IDS_REGISTER_PROTOCOL_HANDLER_DENY" imagePosition="left" alignment="left" controlSize="small" tag="2" inset="2" id="33"> | 
 |                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> | 
 |                                             <font key="font" metaFont="smallSystem"/> | 
 |                                         </buttonCell> | 
 |                                         <buttonCell type="radio" title="^IDS_REGISTER_PROTOCOL_HANDLER_IGNORE" imagePosition="left" alignment="left" controlSize="small" state="on" tag="3" inset="2" id="46"> | 
 |                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> | 
 |                                             <font key="font" metaFont="smallSystem"/> | 
 |                                         </buttonCell> | 
 |                                     </column> | 
 |                                 </cells> | 
 |                                 <connections> | 
 |                                     <action selector="allowBlockToggled:" target="-2" id="24"/> | 
 |                                 </connections> | 
 |                             </matrix> | 
 |                             <textField verticalHuggingPriority="750" id="7"> | 
 |                                 <rect key="frame" x="17" y="125" width="369" height="14"/> | 
 |                                 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> | 
 |                                 <textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" title="<Not for translation>" id="8"> | 
 |                                     <font key="font" metaFont="smallSystem"/> | 
 |                                     <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> | 
 |                                     <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> | 
 |                                 </textFieldCell> | 
 |                             </textField> | 
 |                         </subviews> | 
 |                     </customView> | 
 |                 </subviews> | 
 |             </view> | 
 |             <connections> | 
 |                 <outlet property="delegate" destination="-2" id="6"/> | 
 |             </connections> | 
 |         </window> | 
 |         <customObject id="20" customClass="ChromeUILocalizer"/> | 
 |         <customObject id="21" customClass="GTMUILocalizerAndLayoutTweaker"> | 
 |             <connections> | 
 |                 <outlet property="localizer_" destination="20" id="22"/> | 
 |                 <outlet property="uiObject_" destination="1" id="23"/> | 
 |             </connections> | 
 |         </customObject> | 
 |     </objects> | 
 | </document> |