Skip to content

Commit

Permalink
chore: remove extra call
Browse files Browse the repository at this point in the history
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
  • Loading branch information
2 people authored and deepak1556 committed Oct 11, 2022
1 parent 943a67b commit 7477da4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shell/app/electron_main_delegate.cc
Expand Up @@ -439,7 +439,6 @@ base::StringPiece ElectronMainDelegate::GetBrowserV8SnapshotFilename() {

content::ContentClient* ElectronMainDelegate::CreateContentClient() {
content_client_ = std::make_unique<ElectronContentClient>();
SetContentClient(content_client_.get());
return content_client_.get();
}

Expand Down

0 comments on commit 7477da4

Please sign in to comment.