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

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

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 | « no previous file | third_party/WebKit/Source/core/origin_trials/OriginTrialContext.cpp » ('j') | 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.h
diff --git a/third_party/WebKit/Source/core/origin_trials/OriginTrialContext.h b/third_party/WebKit/Source/core/origin_trials/OriginTrialContext.h
index 8b19378deac965dbdc0b0ea32bb5633548818a39..f09122facd9c6526b441fe0ffeb5446fc85d582b 100644
--- a/third_party/WebKit/Source/core/origin_trials/OriginTrialContext.h
+++ b/third_party/WebKit/Source/core/origin_trials/OriginTrialContext.h
@@ -77,9 +77,6 @@ class CORE_EXPORT OriginTrialContext final
// initialized, then this method will return without doing anything.
void initializePendingFeatures();
- void setFeatureBindingsInstalled(const String& featureName);
- bool featureBindingsInstalled(const String& featureName);
-
DECLARE_VIRTUAL_TRACE();
private:
@@ -89,10 +86,6 @@ class CORE_EXPORT OriginTrialContext final
Vector<String> m_tokens;
HashSet<String> m_enabledFeatures;
WebTrialTokenValidator* m_trialTokenValidator;
-
- // Records whether a feature has been installed into the host's V8 context,
- // for each feature name.
- HashSet<String> m_bindingsInstalled;
};
} // namespace blink
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/origin_trials/OriginTrialContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698