diff options
| author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-05 14:25:30 +0000 |
|---|---|---|
| committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-05 14:25:30 +0000 |
| commit | f5214846d509a74b9899786b648a61a67a312918 (patch) | |
| tree | d78332223aa6655367d5ea771276fea9b9b39227 /chrome/chrome_browser.gypi | |
| parent | 04e06c5b3260d4070a42caafec38c4010f5a9543 (diff) | |
| download | chromium_src-f5214846d509a74b9899786b648a61a67a312918.zip chromium_src-f5214846d509a74b9899786b648a61a67a312918.tar.gz chromium_src-f5214846d509a74b9899786b648a61a67a312918.tar.bz2 | |
Mac: Implement geolocation exceptions dialog.
xib changes:
Content settings window: Enable & hook up "exceptions" button.
The dialog is not "live" (i.e. if it's open while settings are deleted through the bubble, the window is only updated after closing & reopening it). It's not possible to do any editing in the window, only deleting. This matches windows/linux.
http://imgur.com/q7qMK
BUG=39818
TEST=Go to a few geolocation pages, click allow/deny. Then go to content settings->locations->exceptions, the visited pages should be listed.
Review URL: http://codereview.chromium.org/1566015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43610 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
| -rwxr-xr-x | chrome/chrome_browser.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index 032d0e4..05c0718 100755 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -664,6 +664,8 @@ 'browser/cocoa/fullscreen_controller.mm', 'browser/cocoa/fullscreen_window.h', 'browser/cocoa/fullscreen_window.mm', + 'browser/cocoa/geolocation_exceptions_window_controller.h', + 'browser/cocoa/geolocation_exceptions_window_controller.mm', 'browser/cocoa/gradient_button_cell.h', 'browser/cocoa/gradient_button_cell.mm', 'browser/cocoa/history_menu_bridge.h', @@ -2632,6 +2634,7 @@ 'app/nibs/ExtensionInstallPromptNoWarnings.xib', 'app/nibs/FirstRunDialog.xib', 'app/nibs/FontLanguageSettings.xib', + 'app/nibs/GeolocationExceptionsWindow.xib', 'app/nibs/HttpAuthLoginSheet.xib', 'app/nibs/HungRendererDialog.xib', 'app/nibs/ImportSettingsDialog.xib', |
