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/renderer_host/database_permission_request.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/renderer_host/database_permission_request.cc')
-rw-r--r-- | chrome/browser/renderer_host/database_permission_request.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/renderer_host/database_permission_request.cc b/chrome/browser/renderer_host/database_permission_request.cc index 9d96d0d..95a47de 100644 --- a/chrome/browser/renderer_host/database_permission_request.cc +++ b/chrome/browser/renderer_host/database_permission_request.cc @@ -59,6 +59,7 @@ void DatabasePermissionRequest::RequestPermission() { host_content_settings_map_, url_, database_name_, this); #else // TODO(jorlow): Enable prompting for other ports. + NOTIMPLEMENTED(); BlockSiteData(); #endif } |