diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-22 16:47:07 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-22 16:47:07 +0000 |
commit | b1d963d60e08720fab32ea5d582e636895feb0d7 (patch) | |
tree | c3945bbc5e80e92b369b52b7abbe982f0798e456 /chrome/browser/net/chrome_cookie_policy.cc | |
parent | 5b9eb6cd8f4428c4647e1546aa2461d0062e0301 (diff) | |
download | chromium_src-b1d963d60e08720fab32ea5d582e636895feb0d7.zip chromium_src-b1d963d60e08720fab32ea5d582e636895feb0d7.tar.gz chromium_src-b1d963d60e08720fab32ea5d582e636895feb0d7.tar.bz2 |
Mac: Implement most of the content settings dialog.
xib changes: Added a tab view with all the UI, set up bindings for radio groups and checkboxes. Hooked up buttons.
Missing for now:
* "Exception" dialogs ("exception" buttons are disabled until then)
* Some polish
* The cookie "ask" dialog
BUG=34894
TEST=Open content settings dialog. Set different things, click various things, and make sure they all have the expected effect.
Review URL: http://codereview.chromium.org/652037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39601 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/net/chrome_cookie_policy.cc')
-rw-r--r-- | chrome/browser/net/chrome_cookie_policy.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/net/chrome_cookie_policy.cc b/chrome/browser/net/chrome_cookie_policy.cc index e0956fb..159b4f0 100644 --- a/chrome/browser/net/chrome_cookie_policy.cc +++ b/chrome/browser/net/chrome_cookie_policy.cc @@ -180,6 +180,7 @@ void ChromeCookiePolicy::PromptForSetCookie(const GURL& url, new PromptDelegate(this, host)); #else // TODO(darin): Enable prompting for other ports. + NOTIMPLEMENTED(); DidPromptForSetCookie(host, net::ERR_ACCESS_DENIED); #endif } |