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

Unified Diff: third_party/WebKit/Source/core/origin_trials/OriginTrialContext.cpp

Issue 2401663002: [Origin Trials] Remove unused setFeatureBindingsInstalled/featureBindingsInstalled methods (Closed)
Patch Set: Created 4 years, 2 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 | « third_party/WebKit/Source/core/origin_trials/OriginTrialContext.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/origin_trials/OriginTrialContext.cpp
diff --git a/third_party/WebKit/Source/core/origin_trials/OriginTrialContext.cpp b/third_party/WebKit/Source/core/origin_trials/OriginTrialContext.cpp
index 0cd5c760d4981e9ca767440915446240f9eac384..5400bfa4b8c99dffb5ef9a07a0428a5ab1e4c035 100644
--- a/third_party/WebKit/Source/core/origin_trials/OriginTrialContext.cpp
+++ b/third_party/WebKit/Source/core/origin_trials/OriginTrialContext.cpp
@@ -169,15 +169,6 @@ void OriginTrialContext::addTokens(const Vector<String>& tokens) {
}
}
-void OriginTrialContext::setFeatureBindingsInstalled(
- const String& featureName) {
- m_bindingsInstalled.add(featureName);
-}
-
-bool OriginTrialContext::featureBindingsInstalled(const String& featureName) {
- return m_bindingsInstalled.contains(featureName);
-}
-
bool OriginTrialContext::isFeatureEnabled(const String& featureName) {
if (!RuntimeEnabledFeatures::originTrialsEnabled())
return false;
« no previous file with comments | « third_party/WebKit/Source/core/origin_trials/OriginTrialContext.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698