| Index: gin/gin_features.cc
|
| diff --git a/gin/gin_features.cc b/gin/gin_features.cc
|
| index 38ccb541a12863948495858482affc96313f27a7..fd76b6ad57e57c570b6a70c699c0e6c95e4251bb 100644
|
| --- a/gin/gin_features.cc
|
| +++ b/gin/gin_features.cc
|
| @@ -11,6 +11,12 @@ const base::Feature kV8Ignition {
|
| "V8Ignition", base::FEATURE_DISABLED_BY_DEFAULT
|
| };
|
|
|
| +// Enables or disables the experimental V8 Ignition interpreter on low end
|
| +// Android devices.
|
| +const base::Feature kV8IgnitionLowEnd {
|
| + "V8IgnitionLowEnd", base::FEATURE_DISABLED_BY_DEFAULT
|
| +};
|
| +
|
| // Enables lazy compilation for the V8 Ignition interpreter. Only
|
| // one of V8IgnitionLazy or V8IgnitionEager should be enabled.
|
| const base::Feature kV8IgnitionLazy {
|
|
|