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

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

Issue 14987004: Switching CSS Variables over to RuntimeEnabledFeatures (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 5bb84ab469f86c1478c930018e30a79754119b98..11555864da51bc90ca96c3c0184561a9bfb1950a 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_originalStyleScoped;
@@ -106,10 +105,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