diff options
author | noms@chromium.org <noms@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-29 14:40:40 +0000 |
---|---|---|
committer | noms@chromium.org <noms@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-29 14:40:40 +0000 |
commit | 8ab708961ecf1c3db4ea10475a3bd0ef76d3993c (patch) | |
tree | 0780e1e5719e55f2fb0dad3f8453640044f7b758 /chrome/app/nibs | |
parent | a070ffd276f587a889c398b5db5e65e06507c41e (diff) | |
download | chromium_src-8ab708961ecf1c3db4ea10475a3bd0ef76d3993c.zip chromium_src-8ab708961ecf1c3db4ea10475a3bd0ef76d3993c.tar.gz chromium_src-8ab708961ecf1c3db4ea10475a3bd0ef76d3993c.tar.bz2 |
Mac: Adding new logging for one click confirmation dialog.
(branched off: https://codereview.chromium.org/14348030/)
Fixed Close button functionality (was previously calling -ok when it shouldn't start sync)
XIB changes: Added new event handler (onClickClose) for the Close button click (it was previously calling -ok).
BUG=235187
Review URL: https://chromiumcodereview.appspot.com/14414005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197033 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/nibs')
-rw-r--r-- | chrome/app/nibs/OneClickSigninDialog.xib | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/chrome/app/nibs/OneClickSigninDialog.xib b/chrome/app/nibs/OneClickSigninDialog.xib index dde1fd4..acd3219 100644 --- a/chrome/app/nibs/OneClickSigninDialog.xib +++ b/chrome/app/nibs/OneClickSigninDialog.xib @@ -2,13 +2,13 @@ <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10"> <data> <int key="IBDocument.SystemTarget">1060</int> - <string key="IBDocument.SystemVersion">12C60</string> - <string key="IBDocument.InterfaceBuilderVersion">2844</string> - <string key="IBDocument.AppKitVersion">1187.34</string> - <string key="IBDocument.HIToolboxVersion">625.00</string> + <string key="IBDocument.SystemVersion">12D78</string> + <string key="IBDocument.InterfaceBuilderVersion">3084</string> + <string key="IBDocument.AppKitVersion">1187.37</string> + <string key="IBDocument.HIToolboxVersion">626.00</string> <object class="NSMutableDictionary" key="IBDocument.PluginVersions"> <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string> - <string key="NS.object.0">2844</string> + <string key="NS.object.0">3084</string> </object> <object class="NSArray" key="IBDocument.IntegratedClassDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -294,11 +294,11 @@ </object> <object class="IBConnectionRecord"> <object class="IBActionConnection" key="connection"> - <string key="label">ok:</string> + <string key="label">onClickClose:</string> <reference key="source" ref="1001"/> <reference key="destination" ref="216434515"/> </object> - <int key="connectionID">142</int> + <int key="connectionID">143</int> </object> <object class="IBConnectionRecord"> <object class="IBOutletConnection" key="connection"> @@ -568,7 +568,7 @@ <reference key="dict.values" ref="0"/> </object> <nil key="sourceID"/> - <int key="maxID">142</int> + <int key="maxID">143</int> </object> <object class="IBClassDescriber" key="IBDocument.Classes"> <object class="NSMutableArray" key="referencedPartialClassDescriptions"> @@ -878,10 +878,6 @@ <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.macosx</string> <real value="1060" key="NS.object.0"/> </object> - <object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults"> - <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.macosx</string> - <real value="1070" key="NS.object.0"/> - </object> <object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies"> <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3</string> <real value="3000" key="NS.object.0"/> |