diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-08 19:38:31 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-08 19:38:31 +0000 |
commit | b6c874589ef2f9212314ef9d2a5f1cfc19046fe7 (patch) | |
tree | 1e42e52695c5ce65654180e296afb56294b9e99d /chrome/common/pref_names.h | |
parent | 24df63781910c204fa57ac06406c0883dacc366d (diff) | |
download | chromium_src-b6c874589ef2f9212314ef9d2a5f1cfc19046fe7.zip chromium_src-b6c874589ef2f9212314ef9d2a5f1cfc19046fe7.tar.gz chromium_src-b6c874589ef2f9212314ef9d2a5f1cfc19046fe7.tar.bz2 |
Various popup UI fixes:
* Remove "show popup notification" option, pref, and all associated machinery.
* Toggling whitelisting on for a site no longer hides the "manage" button.
* Toggling whitelisting off for a site re-blocks (not closes) its popups, and does not hide the "manage" button.
Also rips the whitelist hooks out of TabContents in preparation for getting the whitelist values directly from the BlockedPopupContainer, since there was no reason to plumb everything through TabContents.
BUG=11440
Review URL: http://codereview.chromium.org/115112
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15670 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 2dccc57..a0c1795 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -57,7 +57,6 @@ extern const wchar_t kDefaultSearchProviderSearchURL[]; extern const wchar_t kDefaultSearchProviderSuggestURL[]; extern const wchar_t kDefaultSearchProviderName[]; extern const wchar_t kDefaultSearchProviderID[]; -extern const wchar_t kBlockPopups[]; extern const wchar_t kPromptForDownload[]; extern const wchar_t kAlternateErrorPagesEnabled[]; extern const wchar_t kDnsPrefetchingEnabled[]; |