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

Unified Diff: Source/core/testing/InternalSettings.h

Issue 15687004: Switching CSS Variables over to RuntimeEnabledFeatures (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 7 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 | « Source/core/page/Settings.cpp ('k') | Source/core/testing/InternalSettings.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/InternalSettings.h
diff --git a/Source/core/testing/InternalSettings.h b/Source/core/testing/InternalSettings.h
index 29b44506dfa463a975e2cfd92ccc680f9dcfa04d..5f6a0357d2ca7f031482ce31fe9f866a73884684 100644
--- a/Source/core/testing/InternalSettings.h
+++ b/Source/core/testing/InternalSettings.h
@@ -51,7 +51,6 @@ public:
void restoreTo(Settings*);
bool m_originalCSSExclusionsEnabled;
- bool m_originalCSSVariablesEnabled;
bool m_originalAuthorShadowDOMForAnyElementEnabled;
bool m_originalExperimentalShadowDOMEnabled;
bool m_originalExperimentalWebSocketEnabled;
@@ -105,10 +104,6 @@ public:
void setShouldDisplayTrackKind(const String& kind, bool, ExceptionCode&);
bool shouldDisplayTrackKind(const String& kind, ExceptionCode&);
- // cssVariablesEnabled is not backed by RuntimeEnabledFeatures, but should be.
- bool cssVariablesEnabled(ExceptionCode&);
- void setCSSVariablesEnabled(bool, ExceptionCode&);
-
// FIXME: The following are RuntimeEnabledFeatures and likely
// cannot be changed after process start. These setters should
// be removed or moved onto internals.runtimeFlags:
« no previous file with comments | « Source/core/page/Settings.cpp ('k') | Source/core/testing/InternalSettings.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698