Chromium Code Reviews| Index: third_party/WebKit/public/platform/WebURLRequest.h |
| diff --git a/third_party/WebKit/public/platform/WebURLRequest.h b/third_party/WebKit/public/platform/WebURLRequest.h |
| index 57c31b622d5c11801b38f8008f5f63f716e66883..276c1ddbb77a8324aaec29f3d989ac2048564cff 100644 |
| --- a/third_party/WebKit/public/platform/WebURLRequest.h |
| +++ b/third_party/WebKit/public/platform/WebURLRequest.h |
| @@ -335,6 +335,9 @@ class WebURLRequest { |
| BLINK_PLATFORM_EXPORT void setNavigationStartTime(double); |
| + BLINK_PLATFORM_EXPORT void setNavigationInitiatedByRenderer(bool); |
| + BLINK_PLATFORM_EXPORT bool getNavigationInitiatedByRenderer() const; |
|
Nate Chapin
2017/01/25 18:27:39
Please note here (or elsewhere if you think there'
|
| + |
| #if INSIDE_BLINK |
| BLINK_PLATFORM_EXPORT ResourceRequest& toMutableResourceRequest(); |
| BLINK_PLATFORM_EXPORT const ResourceRequest& toResourceRequest() const; |