| Index: content/browser/tab_contents/tab_contents_observer.cc
|
| ===================================================================
|
| --- content/browser/tab_contents/tab_contents_observer.cc (revision 86494)
|
| +++ content/browser/tab_contents/tab_contents_observer.cc (working copy)
|
| @@ -25,6 +25,9 @@
|
| tab_->AddObserver(observer_);
|
| }
|
|
|
| +void TabContentsObserver::RenderViewCreated(RenderViewHost* render_view_host) {
|
| +}
|
| +
|
| void TabContentsObserver::NavigateToPendingEntry(
|
| const GURL& url,
|
| NavigationController::ReloadType reload_type) {
|
|
|