| Index: content/public/browser/resource_request_info.h
|
| diff --git a/content/public/browser/resource_request_info.h b/content/public/browser/resource_request_info.h
|
| index 61cac09869f4d10bd837114e9f14c8fb2c5abd3c..394493fe7658a12ab44df65107257e28de021313 100644
|
| --- a/content/public/browser/resource_request_info.h
|
| +++ b/content/public/browser/resource_request_info.h
|
| @@ -84,6 +84,10 @@ class ResourceRequestInfo {
|
| // a link).
|
| virtual bool HasUserGesture() const = 0;
|
|
|
| + // True if ResourceController::CancelAndIgnore() was called. For example,
|
| + // the requested URL may be being loaded by an external program.
|
| + virtual bool WasIgnoredByHandler() const = 0;
|
| +
|
| // Returns false if there is NOT an associated render view.
|
| virtual bool GetAssociatedRenderView(int* render_process_id,
|
| int* render_view_id) const = 0;
|
|
|