| Index: content/shell/browser/layout_test/blink_test_controller.h
|
| diff --git a/content/shell/browser/layout_test/blink_test_controller.h b/content/shell/browser/layout_test/blink_test_controller.h
|
| index 8a17fee3cfa3642195e533daea516b7e0eea12c2..d0dc165519b33750d0abb02fa4ad4c18110311cf 100644
|
| --- a/content/shell/browser/layout_test/blink_test_controller.h
|
| +++ b/content/shell/browser/layout_test/blink_test_controller.h
|
| @@ -183,6 +183,11 @@ class BlinkTestController : public base::NonThreadSafe,
|
| // GpuDataManagerObserver implementation.
|
| void OnGpuProcessCrashed(base::TerminationStatus exit_code) override;
|
|
|
| + const base::DictionaryValue& accumulated_layout_test_runtime_flags_changes()
|
| + const {
|
| + return accumulated_layout_test_runtime_flags_changes_;
|
| + }
|
| +
|
| private:
|
| enum TestPhase {
|
| BETWEEN_TESTS,
|
|
|