| Index: chrome/browser/tab_contents/tab_contents.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents.cc (revision 26890)
|
| +++ chrome/browser/tab_contents/tab_contents.cc (working copy)
|
| @@ -24,6 +24,7 @@
|
| #include "chrome/browser/download/download_item_model.h"
|
| #include "chrome/browser/download/download_manager.h"
|
| #include "chrome/browser/download/download_request_manager.h"
|
| +#include "chrome/browser/external_protocol_handler.h"
|
| #include "chrome/browser/favicon_service.h"
|
| #include "chrome/browser/gears_integration.h"
|
| #include "chrome/browser/google_util.h"
|
| @@ -1607,6 +1608,7 @@
|
| DownloadRequestManager* drm = g_browser_process->download_request_manager();
|
| if (drm)
|
| drm->OnUserGesture(this);
|
| + ExternalProtocolHandler::OnUserGesture();
|
| controller_.OnUserGesture();
|
| }
|
|
|
|
|