| Index: content/browser/tab_contents/tab_contents.cc
|
| diff --git a/content/browser/tab_contents/tab_contents.cc b/content/browser/tab_contents/tab_contents.cc
|
| index 14a387a62d7298b7d325c9325819baf2291c3afb..170eb1ad0cffab44de7f2611f34246708eafd3bf 100644
|
| --- a/content/browser/tab_contents/tab_contents.cc
|
| +++ b/content/browser/tab_contents/tab_contents.cc
|
| @@ -1742,7 +1742,7 @@ void TabContents::OnUserGesture() {
|
| ResourceDispatcherHost* rdh =
|
| content::GetContentClient()->browser()->GetResourceDispatcherHost();
|
| if (rdh) // NULL in unittests.
|
| - rdh->download_request_limiter()->OnUserGesture(this);
|
| + rdh->OnUserGesture(this);
|
| }
|
|
|
| void TabContents::OnIgnoredUIEvent() {
|
|
|