| Index: public/web/WebDataSource.h
|
| diff --git a/public/web/WebDataSource.h b/public/web/WebDataSource.h
|
| index 8ddce66bcad1956b616a510e44bb6e72c27f35c0..9c5e2364536e3135f63364fee9d51cbb6a1734dd 100644
|
| --- a/public/web/WebDataSource.h
|
| +++ b/public/web/WebDataSource.h
|
| @@ -68,6 +68,10 @@ public:
|
| virtual bool hasUnreachableURL() const = 0;
|
| virtual WebURL unreachableURL() const = 0;
|
|
|
| + // Allows the embedder to append redirects to the chain as a navigation
|
| + // is starting, in case it is being transferred from another process.
|
| + virtual void appendRedirect(const WebURL&) = 0;
|
| +
|
| // Returns all redirects that occurred (both client and server) before
|
| // at last committing the current page. This will contain one entry
|
| // for each intermediate URL, and one entry for the last URL (so if
|
|
|