Correct the override comment.

This commit is contained in:
Haojian Wu 2015-07-27 09:09:32 +08:00
parent 7f0cb0ce1b
commit 59c3efd44b

View file

@ -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_; }