From 756989c7141327101d9ea67d7199c6ba2aec384c Mon Sep 17 00:00:00 2001 From: "rsesek@chromium.org" Date: Mon, 7 Dec 2009 16:30:57 +0000 Subject: [Mac] Implement font and encoding settings in Under the Hood preferences * Font settings can now be changed for serif, sans serif, and fixed width. * The default encoding can now be changed via preferences. * Language settings are not yet implemented. See http://crbug.com/23828 BUG=20845 TEST=Chromium-->Preferences-->Under the Hood-->Change font and language settings Review URL: http://codereview.chromium.org/461005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33963 0039d316-1c4b-4281-b951-d872f2087c98 --- base/cocoa_protocols_mac.h | 1 + 1 file changed, 1 insertion(+) (limited to 'base/cocoa_protocols_mac.h') diff --git a/base/cocoa_protocols_mac.h b/base/cocoa_protocols_mac.h index 5079177..eb30906 100644 --- a/base/cocoa_protocols_mac.h +++ b/base/cocoa_protocols_mac.h @@ -27,6 +27,7 @@ DEFINE_EMPTY_PROTOCOL(NSControlTextEditingDelegate) DEFINE_EMPTY_PROTOCOL(NSMatrixDelegate) DEFINE_EMPTY_PROTOCOL(NSMenuDelegate) DEFINE_EMPTY_PROTOCOL(NSTableViewDataSource) +DEFINE_EMPTY_PROTOCOL(NSTableViewDelegate) DEFINE_EMPTY_PROTOCOL(NSTextFieldDelegate) DEFINE_EMPTY_PROTOCOL(NSTextViewDelegate) DEFINE_EMPTY_PROTOCOL(NSWindowDelegate) -- cgit v1.1