Index: public/web/WebRuntimeFeatures.h |
diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h |
index f0296ab634700987851ab59ee62e07a310bf64fc..3c9db48f6973d0b7bc5e783943586349bc945ad9 100644 |
--- a/public/web/WebRuntimeFeatures.h |
+++ b/public/web/WebRuntimeFeatures.h |
@@ -36,12 +36,9 @@ |
namespace blink { |
// This class is used to enable runtime features of Blink. |
-// All features are disabled by default. |
-// Most clients should call enableStableFeatures() to enable |
-// features Blink has made API commitments to. |
+// Stable features are enabled by default. |
class WebRuntimeFeatures { |
public: |
- BLINK_EXPORT static void enableStableFeatures(bool); |
BLINK_EXPORT static void enableExperimentalFeatures(bool); |
BLINK_EXPORT static void enableTestOnlyFeatures(bool); |