diff options
Diffstat (limited to 'chrome/browser/background/background_contents_service.h')
-rw-r--r-- | chrome/browser/background/background_contents_service.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/background/background_contents_service.h b/chrome/browser/background/background_contents_service.h index 7143418..14adadc 100644 --- a/chrome/browser/background/background_contents_service.h +++ b/chrome/browser/background/background_contents_service.h @@ -62,7 +62,7 @@ class BackgroundContentsService : private content::NotificationObserver, virtual void AddTabContents(TabContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, - bool user_gesture); + bool user_gesture) OVERRIDE; // Gets the parent application id for the passed BackgroundContents. Returns // an empty string if no parent application found (e.g. passed @@ -108,7 +108,7 @@ class BackgroundContentsService : private content::NotificationObserver, // content::NotificationObserver implementation. virtual void Observe(int type, const content::NotificationSource& source, - const content::NotificationDetails& details); + const content::NotificationDetails& details) OVERRIDE; // Loads all registered BackgroundContents at startup. void LoadBackgroundContentsFromPrefs(Profile* profile); |