Chromium Code Reviews| Index: third_party/WebKit/Source/core/testing/Internals.h |
| diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h |
| index 3c8a739c39b687a4eb488b0e52d735096126f780..08d794ac7bddbcc6ad0cd2845fecb0126e0c1721 100644 |
| --- a/third_party/WebKit/Source/core/testing/Internals.h |
| +++ b/third_party/WebKit/Source/core/testing/Internals.h |
| @@ -304,7 +304,7 @@ public: |
| String markerTextForListItem(Element*); |
| - void forceReload(bool endToEnd); |
| + void forceReload(bool bypassCache); |
|
Takashi Toyoshima
2016/04/01 07:22:31
Probably it's reasonable to keep this bool.
|
| String getImageSourceURL(Element*); |