diff options
| author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-09 23:23:07 +0000 |
|---|---|---|
| committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-09 23:23:07 +0000 |
| commit | 2b0693fee3d1211723b461b9adb78a49d00699cc (patch) | |
| tree | 7308e307fbf915d164a6a0bdb4cf94cc78a1499f /chrome/chrome_browser.gypi | |
| parent | f5a723719c2df2ba09915e6afcf1d54c5e445fa0 (diff) | |
| download | chromium_src-2b0693fee3d1211723b461b9adb78a49d00699cc.zip chromium_src-2b0693fee3d1211723b461b9adb78a49d00699cc.tar.gz chromium_src-2b0693fee3d1211723b461b9adb78a49d00699cc.tar.bz2 | |
Add "Use as default" checkboxes to the autofill dialogs on the Mac.
Nib change: in each nib, added a checkbox with the correct title and bindings to the file owner of enabled<=>canAlterDefault and value<=>isDefault
BUG=http://crbug.com/38263
TEST=as in bug
Review URL: http://codereview.chromium.org/1527022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44158 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
| -rw-r--r-- | chrome/chrome_browser.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index 7545f735..a84f164 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -2588,6 +2588,8 @@ '../third_party/GTM/AppKit/GTMNSAnimation+Duration.h', '../third_party/GTM/Foundation/GTMNSNumber+64Bit.h', '../third_party/GTM/Foundation/GTMNSNumber+64Bit.m', + '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.h', + '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.m', # Build necessary Mozilla sources '../third_party/mozilla/include/NSPasteboard+Utils.h', '../third_party/mozilla/include/NSPasteboard+Utils.mm', |
