diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-05 04:42:00 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-05 04:42:00 +0000 |
commit | e51c1c51b1e1319d76b6a83d138b7de45641094f (patch) | |
tree | 0b9e805b3c9917b6653f22b0826cccbbb7a5637d /base/cocoa_protocols_mac.h | |
parent | 7706e5e3598efb51d021a64f34f2c2d3e390be6f (diff) | |
download | chromium_src-e51c1c51b1e1319d76b6a83d138b7de45641094f.zip chromium_src-e51c1c51b1e1319d76b6a83d138b7de45641094f.tar.gz chromium_src-e51c1c51b1e1319d76b6a83d138b7de45641094f.tar.bz2 |
[Mac] Implement the cookie manager
This CL creates the basic cookie management interface, allowing users to view
and delete cookies from Chromium. TODO: (1) Add the filtering by domain
capability. (2) Localize the NIB.
BUG=15360
TEST=Chromium-->Preferences-->Under the Hood-->Show Cookies. Also covered by unit tests.
Review URL: http://codereview.chromium.org/523025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35512 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/cocoa_protocols_mac.h')
-rw-r--r-- | base/cocoa_protocols_mac.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/cocoa_protocols_mac.h b/base/cocoa_protocols_mac.h index eb30906..f59b3c8 100644 --- a/base/cocoa_protocols_mac.h +++ b/base/cocoa_protocols_mac.h @@ -26,6 +26,7 @@ DEFINE_EMPTY_PROTOCOL(NSAnimationDelegate) DEFINE_EMPTY_PROTOCOL(NSControlTextEditingDelegate) DEFINE_EMPTY_PROTOCOL(NSMatrixDelegate) DEFINE_EMPTY_PROTOCOL(NSMenuDelegate) +DEFINE_EMPTY_PROTOCOL(NSOutlineViewDelegate) DEFINE_EMPTY_PROTOCOL(NSTableViewDataSource) DEFINE_EMPTY_PROTOCOL(NSTableViewDelegate) DEFINE_EMPTY_PROTOCOL(NSTextFieldDelegate) |