| Index: components/test_runner/web_test_delegate.h
|
| diff --git a/components/test_runner/web_test_delegate.h b/components/test_runner/web_test_delegate.h
|
| index 80e9675b3377cd05b6f545f2f26ecbd85e34b771..70530faa6b4416a840f6ec0ee29a739779a6b0d5 100644
|
| --- a/components/test_runner/web_test_delegate.h
|
| +++ b/components/test_runner/web_test_delegate.h
|
| @@ -200,7 +200,7 @@ class WebTestDelegate {
|
|
|
| // Controls whether all cookies should be accepted or writing cookies in a
|
| // third-party context is blocked.
|
| - virtual void SetAcceptAllCookies(bool accept) = 0;
|
| + virtual void SetBlockThirdPartyCookies(bool block) = 0;
|
|
|
| // The same as RewriteLayoutTestsURL unless the resource is a path starting
|
| // with /tmp/, then return a file URL to a temporary file.
|
|
|