Chromium Code Reviews| Index: third_party/WebKit/Source/core/frame/Settings.in |
| diff --git a/third_party/WebKit/Source/core/frame/Settings.in b/third_party/WebKit/Source/core/frame/Settings.in |
| index e90d06cbc4e2f1a9cad71d17311fe414520abfbb..988e8c3085fe051ae9cee78c9cb59befde7997e8 100644 |
| --- a/third_party/WebKit/Source/core/frame/Settings.in |
| +++ b/third_party/WebKit/Source/core/frame/Settings.in |
| @@ -308,6 +308,9 @@ fullscreenSupported initial=true |
| # V8 supports different types of caching. Used by V8 bindings. |
| v8CacheOptions type=V8CacheOptions, initial=V8CacheOptionsDefault |
| +# V8 code cache for CacheStorage supports three type strategies(none, normal and aggressive). |
|
falken
2016/04/27 08:07:37
nit: "three types of strategies", space before "(n
horo
2016/04/27 08:15:36
Done.
|
| +v8CacheStrategiesForCacheStorage type=V8CacheStrategiesForCacheStorage, initial=V8CacheStrategiesForCacheStorageDefault |
| + |
| # These values are bit fields for the properties of available pointing devices |
| # and may take on multiple values (e.g. laptop with touchpad and touchscreen |
| # has pointerType coarse *and* fine). |