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_dll.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_dll.gypi')
-rw-r--r-- | chrome/chrome_dll.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index 9b5d695..025b12c 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -214,6 +214,7 @@ 'app/nibs/FindBar.xib', 'app/nibs/FirstRunDialog.xib', 'app/nibs/FontLanguageSettings.xib', + 'app/nibs/GeolocationExceptionsWindow.xib', 'app/nibs/HungRendererDialog.xib', 'app/nibs/HttpAuthLoginSheet.xib', 'app/nibs/ImportSettingsDialog.xib', |