chore: remove redundant access modifier (#26523)

This commit is contained in:
Jeremy Rose 2020-11-17 14:14:57 -08:00 committed by GitHub
parent ac6d301015
commit 784172b6ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -589,7 +589,6 @@ class WebContents : public gin::Wrappable<WebContents>,
void DevToolsClosed() override;
void DevToolsResized() override;
private:
ElectronBrowserContext* GetBrowserContext() const;
// Binds the given request for the ElectronBrowser API. When the