| Index: components/test_runner/test_preferences.h
|
| diff --git a/components/test_runner/test_preferences.h b/components/test_runner/test_preferences.h
|
| index cf06d50c8ba70c7c45befd836f43cf6c22c7b4bd..94fde32a8362e883d1eca0e8fdace2a0a9aee17b 100644
|
| --- a/components/test_runner/test_preferences.h
|
| +++ b/components/test_runner/test_preferences.h
|
| @@ -43,6 +43,7 @@ struct TEST_RUNNER_EXPORT TestPreferences {
|
| bool disable_reading_from_canvas;
|
| bool strict_mixed_content_checking;
|
| bool strict_powerful_feature_restrictions;
|
| + bool spatial_navigation_enabled;
|
|
|
| TestPreferences();
|
| void Reset();
|
|
|