chore: fix ShouldFork impl, referrer stripping has been removed

refs: 1124329
This commit is contained in:
Samuel Attard 2018-10-25 17:12:12 +11:00 committed by deepak1556
parent c9007557e5
commit 74d1685523
2 changed files with 2 additions and 5 deletions

View file

@ -51,8 +51,7 @@ class AtomRendererClient : public RendererClientBase {
const GURL& url,
const std::string& http_method,
bool is_initial_navigation,
bool is_server_redirect,
bool* send_referrer) override;
bool is_server_redirect) override;
void DidInitializeWorkerContextOnWorkerThread(
v8::Local<v8::Context> context) override;
void WillDestroyWorkerContextOnWorkerThread(