diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-03 20:05:44 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-03 20:05:44 +0000 |
commit | d360e6dbde013acffb9754000d9bfc265902d767 (patch) | |
tree | 3514b0a4e4dd380326fd4ae8958517b77b83097a /chrome | |
parent | 6d1851a3592a170186c018a3bb731bb776d8fc03 (diff) | |
download | chromium_src-d360e6dbde013acffb9754000d9bfc265902d767.zip chromium_src-d360e6dbde013acffb9754000d9bfc265902d767.tar.gz chromium_src-d360e6dbde013acffb9754000d9bfc265902d767.tar.bz2 |
Remove title from the frozen renderer dialog.
xib change: removal of dialog title
BUG=http://crbug.com/26897
TEST=as in bug
Review URL: http://codereview.chromium.org/1861003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46267 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/nibs/HungRendererDialog.xib | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/chrome/app/nibs/HungRendererDialog.xib b/chrome/app/nibs/HungRendererDialog.xib index 3ac140d..0c7c763 100644 --- a/chrome/app/nibs/HungRendererDialog.xib +++ b/chrome/app/nibs/HungRendererDialog.xib @@ -2,13 +2,13 @@ <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.03"> <data> <int key="IBDocument.SystemTarget">1050</int> - <string key="IBDocument.SystemVersion">9L30</string> - <string key="IBDocument.InterfaceBuilderVersion">680</string> + <string key="IBDocument.SystemVersion">9L31a</string> + <string key="IBDocument.InterfaceBuilderVersion">677</string> <string key="IBDocument.AppKitVersion">949.54</string> <string key="IBDocument.HIToolboxVersion">353.00</string> <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> - <integer value="2"/> + <integer value="1"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -39,7 +39,7 @@ <int key="NSWindowBacking">2</int> <string key="NSWindowRect">{{196, 293}, {500, 217}}</string> <int key="NSWTFlags">536870912</int> - <string key="NSWindowTitle">^IDS_PRODUCT_NAME</string> + <string key="NSWindowTitle"/> <string key="NSWindowClass">NSWindow</string> <nil key="NSViewClass"/> <string key="NSWindowContentMaxSize">{3.40282e+38, 3.40282e+38}</string> @@ -808,6 +808,13 @@ <string key="className">NSObject</string> <object class="IBClassDescriptionSource" key="sourceIdentifier"> <string key="majorKey">IBProjectSource</string> + <string key="minorKey">../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.h</string> + </object> + </object> + <object class="IBPartialClassDescription"> + <string key="className">NSObject</string> + <object class="IBClassDescriptionSource" key="sourceIdentifier"> + <string key="majorKey">IBProjectSource</string> <string key="minorKey">browser/cocoa/status_bubble_mac.h</string> </object> </object> |