diff options
Diffstat (limited to 'chrome/app/nibs/ContentBlockedCookies.xib')
-rw-r--r-- | chrome/app/nibs/ContentBlockedCookies.xib | 43 |
1 files changed, 36 insertions, 7 deletions
diff --git a/chrome/app/nibs/ContentBlockedCookies.xib b/chrome/app/nibs/ContentBlockedCookies.xib index d214603..af1ffca 100644 --- a/chrome/app/nibs/ContentBlockedCookies.xib +++ b/chrome/app/nibs/ContentBlockedCookies.xib @@ -8,7 +8,7 @@ <string key="IBDocument.HIToolboxVersion">353.00</string> <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> - <integer value="29"/> + <integer value="4"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -50,12 +50,12 @@ <bool key="EncodedWithXMLCoder">YES</bool> <object class="NSCustomView" id="301729179"> <reference key="NSNextResponder" ref="1006"/> - <int key="NSvFlags">276</int> + <int key="NSvFlags">274</int> <object class="NSMutableArray" key="NSSubviews"> <bool key="EncodedWithXMLCoder">YES</bool> <object class="NSTextField" id="266815090"> <reference key="NSNextResponder" ref="301729179"/> - <int key="NSvFlags">268</int> + <int key="NSvFlags">266</int> <string key="NSFrame">{{17, 54}, {282, 14}}</string> <reference key="NSSuperview" ref="301729179"/> <bool key="NSEnabled">YES</bool> @@ -91,7 +91,7 @@ </object> <object class="NSBox" id="913795455"> <reference key="NSNextResponder" ref="301729179"/> - <int key="NSvFlags">36</int> + <int key="NSvFlags">34</int> <string key="NSFrame">{{20, 43}, {276, 5}}</string> <reference key="NSSuperview" ref="301729179"/> <string key="NSOffsets">{0, 0}</string> @@ -125,7 +125,7 @@ </object> <object class="NSCustomView" id="730386640"> <reference key="NSNextResponder" ref="301729179"/> - <int key="NSvFlags">292</int> + <int key="NSvFlags">294</int> <object class="NSMutableArray" key="NSSubviews"> <bool key="EncodedWithXMLCoder">YES</bool> <object class="NSButton" id="91589614"> @@ -155,7 +155,7 @@ </object> <object class="NSCustomView" id="395762087"> <reference key="NSNextResponder" ref="301729179"/> - <int key="NSvFlags">289</int> + <int key="NSvFlags">291</int> <object class="NSMutableArray" key="NSSubviews"> <bool key="EncodedWithXMLCoder">YES</bool> <object class="NSButton" id="433059244"> @@ -269,6 +269,22 @@ </object> <int key="connectionID">30</int> </object> + <object class="IBConnectionRecord"> + <object class="IBOutletConnection" key="connection"> + <string key="label">manageButton_</string> + <reference key="source" ref="1001"/> + <reference key="destination" ref="91589614"/> + </object> + <int key="connectionID">33</int> + </object> + <object class="IBConnectionRecord"> + <object class="IBOutletConnection" key="connection"> + <string key="label">doneButton_</string> + <reference key="source" ref="1001"/> + <reference key="destination" ref="433059244"/> + </object> + <int key="connectionID">34</int> + </object> </object> <object class="IBMutableOrderedSet" key="objectRecords"> <object class="NSArray" key="orderedObjects"> @@ -475,7 +491,7 @@ </object> </object> <nil key="sourceID"/> - <int key="maxID">30</int> + <int key="maxID">34</int> </object> <object class="IBClassDescriber" key="IBDocument.Classes"> <object class="NSMutableArray" key="referencedPartialClassDescriptions"> @@ -520,12 +536,18 @@ <bool key="EncodedWithXMLCoder">YES</bool> <string>allowBlockRadioGroup_</string> <string>bubble_</string> + <string>contentsContainer_</string> + <string>doneButton_</string> + <string>manageButton_</string> <string>titleLabel_</string> </object> <object class="NSMutableArray" key="dict.values"> <bool key="EncodedWithXMLCoder">YES</bool> <string>NSMatrix</string> <string>InfoBubbleView</string> + <string>NSView</string> + <string>NSButton</string> + <string>NSButton</string> <string>NSTextField</string> </object> </object> @@ -634,6 +656,13 @@ <string key="className">NSWindow</string> <object class="IBClassDescriptionSource" key="sourceIdentifier"> <string key="majorKey">IBProjectSource</string> + <string key="minorKey">browser/cocoa/chrome_browser_window.h</string> + </object> + </object> + <object class="IBPartialClassDescription"> + <string key="className">NSWindow</string> + <object class="IBClassDescriptionSource" key="sourceIdentifier"> + <string key="majorKey">IBProjectSource</string> <string key="minorKey">browser/cocoa/themed_window.h</string> </object> </object> |