mirror of
https://github.com/electron/electron.git
synced 2026-01-27 08:18:28 -05:00
Correct the override comment.
This commit is contained in:
@@ -31,6 +31,8 @@ class AtomBrowserContext : public brightray::BrowserContext {
|
||||
// content::BrowserContext:
|
||||
content::DownloadManagerDelegate* GetDownloadManagerDelegate() override;
|
||||
content::BrowserPluginGuestManager* GetGuestManager() override;
|
||||
|
||||
// brightray::BrowserContext::
|
||||
void RegisterPrefs(PrefRegistrySimple* pref_registry) override;
|
||||
|
||||
AtomURLRequestJobFactory* job_factory() const { return job_factory_; }
|
||||
|
||||
Reference in New Issue
Block a user