| Index: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
|
| diff --git a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
|
| index fac272dc78f7a5a3b53f5e52bdca5d8eecd3aca2..aea15c41c2367ee85b8911fffef59fdfa8af65ad 100644
|
| --- a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
|
| +++ b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
|
| @@ -75,6 +75,11 @@ EventListenerOptions status=experimental
|
| ExperimentalCanvasFeatures status=test
|
| ExperimentalContentSecurityPolicyFeatures status=experimental
|
| ExperimentalFramework status=test
|
| +// Define a sample API for testing integration with the Experimental Framework.
|
| +// The sample API is used in both unit and layout tests for the Experimental
|
| +// Framework. Do not change this flag to stable, as it exists solely to generate
|
| +// code used by the sample API implementation.
|
| +ExperimentalFrameworkSampleAPI api_name=Frobulate
|
| ExperimentalV8Extras status=experimental
|
| FastMobileScrolling
|
| FileAPIBlobClose status=experimental
|
|
|