| Index: chrome/browser/download/download_manager.h
|
| ===================================================================
|
| --- chrome/browser/download/download_manager.h (revision 22425)
|
| +++ chrome/browser/download/download_manager.h (working copy)
|
| @@ -496,6 +496,11 @@
|
| // Persist the automatic opening preference.
|
| void SaveAutoOpens();
|
|
|
| + // Download cancel helper function.
|
| + void DownloadCancelledInternal(int download_id,
|
| + int render_process_id,
|
| + int request_id);
|
| +
|
| // Runs the network cancel on the IO thread.
|
| static void OnCancelDownloadRequest(ResourceDispatcherHost* rdh,
|
| int render_process_id,
|
|
|