diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-02 13:25:31 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-02 13:25:31 +0000 |
commit | aa43b4d1623f3480929e8e5d659702a3eaacb769 (patch) | |
tree | 5fb50980e721b75cf5f5bec3c95fc0e7ae36e8f3 /chrome/common | |
parent | d68ac2aace5bb58425b60162795ba48c819369c6 (diff) | |
download | chromium_src-aa43b4d1623f3480929e8e5d659702a3eaacb769.zip chromium_src-aa43b4d1623f3480929e8e5d659702a3eaacb769.tar.gz chromium_src-aa43b4d1623f3480929e8e5d659702a3eaacb769.tar.bz2 |
Remove abonded privacy blacklist implementation.
BUG=16932
TEST=compiles
Review URL: http://codereview.chromium.org/2862041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51525 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/chrome_constants.cc | 1 | ||||
-rw-r--r-- | chrome/common/chrome_constants.h | 1 | ||||
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 | ||||
-rw-r--r-- | chrome/common/chrome_switches.h | 1 | ||||
-rw-r--r-- | chrome/common/notification_type.h | 7 | ||||
-rw-r--r-- | chrome/common/pref_names.cc | 3 | ||||
-rw-r--r-- | chrome/common/pref_names.h | 1 |
7 files changed, 0 insertions, 17 deletions
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc index 4d2e442a..47f0d52 100644 --- a/chrome/common/chrome_constants.cc +++ b/chrome/common/chrome_constants.cc @@ -99,7 +99,6 @@ const FilePath::CharType kTopSitesFilename[] = FPL("Top Sites"); const wchar_t kUserDataDirname[] = L"User Data"; const FilePath::CharType kUserScriptsDirname[] = FPL("User Scripts"); const FilePath::CharType kWebDataFilename[] = FPL("Web Data"); -const FilePath::CharType kPrivacyBlacklistFileName[] = FPL("Privacy Blacklist"); const FilePath::CharType kBookmarksFileName[] = FPL("Bookmarks"); const FilePath::CharType kHistoryBookmarksFileName[] = FPL("Bookmarks From History"); diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h index 2923928..a1efdbf 100644 --- a/chrome/common/chrome_constants.h +++ b/chrome/common/chrome_constants.h @@ -58,7 +58,6 @@ extern const wchar_t kUserDataDirname[]; extern const FilePath::CharType kUserScriptsDirname[]; extern const FilePath::CharType kWebDataFilename[]; extern const FilePath::CharType kBookmarksFileName[]; -extern const FilePath::CharType kPrivacyBlacklistFileName[]; extern const FilePath::CharType kHistoryBookmarksFileName[]; extern const FilePath::CharType kCustomDictionaryFileName[]; extern const FilePath::CharType kLoginDataFileName[]; diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index dfbe77e..46f7c64 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -345,9 +345,6 @@ const char kEnablePreparsedJsCaching[] = "enable-preparsed-js-caching"; // Enable print preview (work in progress). const char kEnablePrintPreview[] = "enable-print-preview"; -// Enable Privacy Blacklists. -const char kEnablePrivacyBlacklists[] = "enable-privacy-blacklists"; - // Enables StatsTable, logging statistics to a global named shared memory table. const char kEnableStatsTable[] = "enable-stats-table"; diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index afb798a..6616048 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -113,7 +113,6 @@ extern const char kEnableNativeWebWorkers[]; extern const char kEnablePreparsedJsCaching[]; extern const char kEnablePreconnect[]; extern const char kEnablePrintPreview[]; -extern const char kEnablePrivacyBlacklists[]; extern const char kEnableStatsTable[]; extern const char kEnableSync[]; extern const char kEnableSyncAutofill[]; diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h index 3c96a1a..935d13d 100644 --- a/chrome/common/notification_type.h +++ b/chrome/common/notification_type.h @@ -874,13 +874,6 @@ class NotificationType { // with the new visibility. EXTENSION_APP_TOOLBAR_VISIBILITY_CHANGED, - // Privacy Blacklist ------------------------------------------------------- - - // Sent on the IO thread when a non-visual resource (like a cookie) - // is blocked by a privacy blacklist. The details are a const URLRequest, - // and the source is a const ChromeURLRequestContext. - BLACKLIST_NONVISUAL_RESOURCE_BLOCKED, - // Debugging --------------------------------------------------------------- // TODO(mpcomplete): Sent to diagnose a bug. Remove when fixed. diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index a7407a9..36fe1b5 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -472,9 +472,6 @@ const wchar_t kAutoFillPositiveUploadRate[] = L"autofill.positive_upload_rate"; // Double that indicates negative (for not matched forms) upload rate. const wchar_t kAutoFillNegativeUploadRate[] = L"autofill.negative_upload_rate"; -// Dictionary that maps providers to lists of filter rules. -const wchar_t kPrivacyFilterRules[] = L"profile.privacy_filter_rules"; - // Boolean that is true when the tabstrip is to be laid out vertically down the // side of the browser window. const wchar_t kUseVerticalTabs[] = L"tabs.use_vertical_tabs"; diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 1241af3..a582cec 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -180,7 +180,6 @@ extern const wchar_t kAutoFillDialogPlacement[]; extern const wchar_t kAutoFillPositiveUploadRate[]; extern const wchar_t kAutoFillNegativeUploadRate[]; -extern const wchar_t kPrivacyFilterRules[]; extern const wchar_t kUseVerticalTabs[]; extern const wchar_t kEnableTranslate[]; extern const wchar_t kPinnedTabs[]; |