diff options
author | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-11 06:00:03 +0000 |
---|---|---|
committer | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-11 06:00:03 +0000 |
commit | 260d8a09246060bf045982c89adbd2881aac5585 (patch) | |
tree | c8ecd86d1f9576e343b9f7cbd2bd6d0972c1092a /chrome/app/nibs | |
parent | 1d53ce1758b4fe5c3b432f0b3cddf49a42d123b7 (diff) | |
download | chromium_src-260d8a09246060bf045982c89adbd2881aac5585.zip chromium_src-260d8a09246060bf045982c89adbd2881aac5585.tar.gz chromium_src-260d8a09246060bf045982c89adbd2881aac5585.tar.bz2 |
AutoFill fix compile warning with AutoFillDialog.xib file.
Sets correct superclass in nib file. Specifically, AutoFillTableView subclasses NSTableView. This corrects Interface Builder warnings as it checks for proper outlets on target NSTableView.
BUG=46248
TEST=compile, check that warnings are gone.
Review URL: http://codereview.chromium.org/2736006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49506 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/nibs')
-rw-r--r-- | chrome/app/nibs/AutoFillDialog.xib | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/chrome/app/nibs/AutoFillDialog.xib b/chrome/app/nibs/AutoFillDialog.xib index c78040a..c71d39a 100644 --- a/chrome/app/nibs/AutoFillDialog.xib +++ b/chrome/app/nibs/AutoFillDialog.xib @@ -12,6 +12,7 @@ </object> <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> + <integer value="171"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -47,7 +48,7 @@ <nil key="NSViewClass"/> <string key="NSWindowContentMaxSize">{1.79769e+308, 1.79769e+308}</string> <object class="NSView" key="NSWindowView" id="1006"> - <nil key="NSNextResponder"/> + <reference key="NSNextResponder"/> <int key="NSvFlags">274</int> <object class="NSMutableArray" key="NSSubviews"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -425,6 +426,7 @@ </object> </object> <string key="NSFrameSize">{570, 401}</string> + <reference key="NSSuperview"/> </object> <string key="NSScreenRect">{{0, 0}, {2560, 1578}}</string> <string key="NSMaxSize">{1.79769e+308, 1.79769e+308}</string> @@ -976,7 +978,7 @@ </object> <object class="NSMutableDictionary" key="outlets"> <string key="NS.key.0">tableView_</string> - <string key="NS.object.0">NSTableView</string> + <string key="NS.object.0">AutoFillTableView</string> </object> <object class="IBClassDescriptionSource" key="sourceIdentifier"> <string key="majorKey">IBProjectSource</string> @@ -984,6 +986,14 @@ </object> </object> <object class="IBPartialClassDescription"> + <string key="className">AutoFillTableView</string> + <string key="superclassName">NSTableView</string> + <object class="IBClassDescriptionSource" key="sourceIdentifier"> + <string key="majorKey">IBUserSource</string> + <string key="minorKey"/> + </object> + </object> + <object class="IBPartialClassDescription"> <string key="className">ChromeUILocalizer</string> <string key="superclassName">GTMUILocalizer</string> <object class="IBClassDescriptionSource" key="sourceIdentifier"> |