| Index: chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| diff --git a/chrome/browser/tab_contents/render_view_host_delegate_helper.cc b/chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| index 5db718904a8493bc0159dc31809a34ef01718d6c..b94ab7dce5e05e32e6cd159f1c8d561b07f3046e 100644
|
| --- a/chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| +++ b/chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| @@ -26,6 +26,10 @@
|
| #include "chrome/common/notification_service.h"
|
| #include "chrome/common/pref_names.h"
|
|
|
| +RenderViewHostDelegateViewHelper::RenderViewHostDelegateViewHelper() {}
|
| +
|
| +RenderViewHostDelegateViewHelper::~RenderViewHostDelegateViewHelper() {}
|
| +
|
| BackgroundContents*
|
| RenderViewHostDelegateViewHelper::MaybeCreateBackgroundContents(
|
| int route_id,
|
|
|