diff options
Diffstat (limited to 'chrome/browser/extensions/chrome_process_manager_delegate.h')
-rw-r--r-- | chrome/browser/extensions/chrome_process_manager_delegate.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/extensions/chrome_process_manager_delegate.h b/chrome/browser/extensions/chrome_process_manager_delegate.h index e2f0fbe..ea87b4a 100644 --- a/chrome/browser/extensions/chrome_process_manager_delegate.h +++ b/chrome/browser/extensions/chrome_process_manager_delegate.h @@ -26,14 +26,14 @@ class ChromeProcessManagerDelegate : public ProcessManagerDelegate, // ProcessManagerDelegate implementation: virtual bool IsBackgroundPageAllowed( - content::BrowserContext* context) const OVERRIDE; + content::BrowserContext* context) const override; virtual bool DeferCreatingStartupBackgroundHosts( - content::BrowserContext* context) const OVERRIDE; + content::BrowserContext* context) const override; // content::NotificationObserver implementation: virtual void Observe(int type, const content::NotificationSource& source, - const content::NotificationDetails& details) OVERRIDE; + const content::NotificationDetails& details) override; private: // Notification handlers. |