diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-01 18:26:57 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-01 18:26:57 +0000 |
commit | 834a6a109409de82662d29e0495a23872050812f (patch) | |
tree | f9aacef89d9524acffb5578e8c6a421f359ea3de /chrome/chrome_dll.gypi | |
parent | fcbf3638307ccbef87fcc856817f48a6dfdc9a45 (diff) | |
download | chromium_src-834a6a109409de82662d29e0495a23872050812f.zip chromium_src-834a6a109409de82662d29e0495a23872050812f.tar.gz chromium_src-834a6a109409de82662d29e0495a23872050812f.tar.bz2 |
Rename GeolocationExceptionsView, make it more reusable.
Specifically,
geolocation_exceptions_window_controller => simple_content_exceptions_window_controller (mac)
geolocation_exceptions_view => simple_content_exceptions_view (win)
geolocation_content_exceptions_window => simple_content_exceptions_window (linux)
It's now easy to use it to show desktop notification exceptions as well.
No functionality change.
BUG=45547
TEST=geolocation exceptions dialog still works
Review URL: http://codereview.chromium.org/2835031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51392 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r-- | chrome/chrome_dll.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index 91298cb..21cb94a 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -225,7 +225,6 @@ 'app/nibs/FirstRunBubble.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', @@ -239,6 +238,7 @@ 'app/nibs/ReportBug.xib', 'app/nibs/SaveAccessoryView.xib', 'app/nibs/SadTab.xib', + 'app/nibs/SimpleContentExceptionsWindow.xib', 'app/nibs/SyncCustomize.xib', 'app/nibs/TabContents.xib', 'app/nibs/TabView.xib', |