| Index: chrome/browser/tab_contents/background_contents.h
|
| diff --git a/chrome/browser/tab_contents/background_contents.h b/chrome/browser/tab_contents/background_contents.h
|
| index b186a86f95dbf6875f8fdb618ace118084336f03..ef644c901f51dfbd587343a287af65c3044f219c 100644
|
| --- a/chrome/browser/tab_contents/background_contents.h
|
| +++ b/chrome/browser/tab_contents/background_contents.h
|
| @@ -65,6 +65,7 @@ class BackgroundContents : public content::WebContentsDelegate,
|
| const gfx::Rect& initial_pos,
|
| bool user_gesture,
|
| bool* was_blocked) OVERRIDE;
|
| + virtual bool IsNeverVisible(content::WebContents* web_contents) OVERRIDE;
|
|
|
| // content::WebContentsObserver implementation:
|
| virtual void RenderProcessGone(base::TerminationStatus status) OVERRIDE;
|
|
|