summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-22 20:32:50 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-22 20:32:50 +0000
commitca6c990f200c470f2f026ccafac39e29a23c26f2 (patch)
treeb102e3fc82137c824530017a255ecd35ede96111 /chrome/chrome_tests.gypi
parent9935e9f58cc7fd518da760d563d9f360c0ace9da (diff)
downloadchromium_src-ca6c990f200c470f2f026ccafac39e29a23c26f2.zip
chromium_src-ca6c990f200c470f2f026ccafac39e29a23c26f2.tar.gz
chromium_src-ca6c990f200c470f2f026ccafac39e29a23c26f2.tar.bz2
[Mac] Add a preference for Instant search.
XIB Changes (Preferences.xib): * Add a NSButton checkbox for the Instant preference as an outlet (not with bindings). Hook up the action of the button to First Responder. * Add a "Learn more" link for Instant that sends the action to First Responder. * Increase the size of the Basics view to accommodate those new subviews. Note that this will not be properly sized-to-fit in some locales. See http://crbug.com/64090 for details. BUG=63651 TEST=Chromium-->Preferences. Toggle Instant and get the info sheet. Pressing OK enables it, Cancel does not. TEST=After the first enabling, the sheet does not appear again. Review URL: http://codereview.chromium.org/5090007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66994 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 78b6c97..e8bbbbe 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1187,6 +1187,7 @@
'browser/cocoa/infobar_container_controller_unittest.mm',
'browser/cocoa/infobar_controller_unittest.mm',
'browser/cocoa/infobar_gradient_view_unittest.mm',
+ 'browser/cocoa/instant_confirm_window_controller_unittest.mm',
'browser/cocoa/keystone_glue_unittest.mm',
'browser/cocoa/keyword_editor_cocoa_controller_unittest.mm',
'browser/cocoa/location_bar/autocomplete_text_field_cell_unittest.mm',