| Index: content/browser/tab_contents/tab_contents_observer.cc
 | 
| diff --git a/content/browser/tab_contents/tab_contents_observer.cc b/content/browser/tab_contents/tab_contents_observer.cc
 | 
| index 290e254c016e7d1f217b8dfc37f326f1da76a15e..4400c5bc02055d179837d17593c61f8617f1fa3e 100644
 | 
| --- a/content/browser/tab_contents/tab_contents_observer.cc
 | 
| +++ b/content/browser/tab_contents/tab_contents_observer.cc
 | 
| @@ -11,6 +11,9 @@
 | 
|  void TabContentsObserver::RenderViewCreated(RenderViewHost* render_view_host) {
 | 
|  }
 | 
|  
 | 
| +void TabContentsObserver::RenderViewDeleted(RenderViewHost* render_view_host) {
 | 
| +}
 | 
| +
 | 
|  void TabContentsObserver::NavigateToPendingEntry(
 | 
|      const GURL& url,
 | 
|      NavigationController::ReloadType reload_type) {
 | 
| 
 |