summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/content_settings_dialog_controller.h
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-26 21:44:17 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-26 21:44:17 +0000
commit68828be583862a07c72c3c223a6309b8fb708051 (patch)
tree3811e7d760f47da93cc21bcc06b374225716f3ab /chrome/browser/cocoa/content_settings_dialog_controller.h
parent90ef2e048af8572f9b8dbac6d8385b7c70bb80b7 (diff)
downloadchromium_src-68828be583862a07c72c3c223a6309b8fb708051.zip
chromium_src-68828be583862a07c72c3c223a6309b8fb708051.tar.gz
chromium_src-68828be583862a07c72c3c223a6309b8fb708051.tar.bz2
Mac: Add geolocation content setting.
The radio button seems to be non-functional; probably the backend probably isn't there yet. xib changes: Added a location tab to contentsettings.xib, bind its radio buttons and normal button to the new methods in the controller. In the bubble, enable the "settings" button. BUG=11246 TEST=content settings now has a "location" tab. Review URL: http://codereview.chromium.org/1428002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42827 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/content_settings_dialog_controller.h')
-rw-r--r--chrome/browser/cocoa/content_settings_dialog_controller.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/content_settings_dialog_controller.h b/chrome/browser/cocoa/content_settings_dialog_controller.h
index 28b1944..5f6127a 100644
--- a/chrome/browser/cocoa/content_settings_dialog_controller.h
+++ b/chrome/browser/cocoa/content_settings_dialog_controller.h
@@ -44,5 +44,6 @@ class Profile;
- (IBAction)showJavaScriptExceptions:(id)sender;
- (IBAction)showPluginsExceptions:(id)sender;
- (IBAction)showPopupsExceptions:(id)sender;
+- (IBAction)showGeolocationExceptions:(id)sender;
@end