From 7477da48daed6312594c132f5c1de20decf60f9e Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 14:49:12 +0000 Subject: [PATCH] chore: remove extra call Co-authored-by: Shelley Vohr --- shell/app/electron_main_delegate.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/shell/app/electron_main_delegate.cc b/shell/app/electron_main_delegate.cc index 4bdb5f7bbfca9..b70ace445c956 100644 --- a/shell/app/electron_main_delegate.cc +++ b/shell/app/electron_main_delegate.cc @@ -439,7 +439,6 @@ base::StringPiece ElectronMainDelegate::GetBrowserV8SnapshotFilename() { content::ContentClient* ElectronMainDelegate::CreateContentClient() { content_client_ = std::make_unique(); - SetContentClient(content_client_.get()); return content_client_.get(); }