| Index: components/test_runner/layout_test_runtime_flags.h
|
| diff --git a/components/test_runner/layout_test_runtime_flags.h b/components/test_runner/layout_test_runtime_flags.h
|
| index 2b189e7e6051375c1ccebebbc8b3ae0a67d62fab..d3e7732b38d0fd4948fe5460d052094556bce968 100644
|
| --- a/components/test_runner/layout_test_runtime_flags.h
|
| +++ b/components/test_runner/layout_test_runtime_flags.h
|
| @@ -27,7 +27,6 @@ class TEST_RUNNER_EXPORT LayoutTestRuntimeFlags {
|
| void Reset();
|
|
|
| TrackedDictionary& tracked_dictionary() { return dict_; }
|
| - const TrackedDictionary& tracked_dictionary() const { return dict_; }
|
|
|
| #define DEFINE_BOOL_LAYOUT_TEST_RUNTIME_FLAG(name) \
|
| bool name() const { \
|
|
|