| Index: chrome/browser/ui/tab_contents/core_tab_helper.cc
|
| diff --git a/chrome/browser/ui/tab_contents/core_tab_helper.cc b/chrome/browser/ui/tab_contents/core_tab_helper.cc
|
| index 0e52c8dc14589e30a60777fd86bccb0cfafae8d3..8a958500a3334907ada08511a28ff85b8709300e 100644
|
| --- a/chrome/browser/ui/tab_contents/core_tab_helper.cc
|
| +++ b/chrome/browser/ui/tab_contents/core_tab_helper.cc
|
| @@ -180,7 +180,7 @@ bool CoreTabHelper::GetStatusTextForWebContents(
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // WebContentsObserver overrides
|
|
|
| -void CoreTabHelper::DidStartLoading(content::RenderViewHost* render_view_host) {
|
| +void CoreTabHelper::DidStartLoading() {
|
| UpdateContentRestrictions(0);
|
| }
|
|
|
|
|