Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9583)

Unified Diff: chrome/common/pref_names.cc

Issue 551093003: Remove Google Talk plugin whitelisting now that b/11355273 is fixed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 431de5a7a64924afcccae1eb96b9c03748b19f37..9ef247a816860d981294d697fb74ca4989fcd187 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1004,10 +1004,6 @@ const char kContentSettingsVersion[] = "profile.content_settings.pref_version";
const char kContentSettingsPatternPairs[] =
"profile.content_settings.pattern_pairs";
-// Version of the content settings whitelist.
-const char kContentSettingsDefaultWhitelistVersion[] =
- "profile.content_settings.whitelist_version";
-
#if !defined(OS_ANDROID)
// Which plugins have been whitelisted manually by the user.
const char kContentSettingsPluginWhitelist[] =
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698