| Index: content/public/browser/android/download_controller_android.h
|
| diff --git a/content/public/browser/android/download_controller_android.h b/content/public/browser/android/download_controller_android.h
|
| index 2ef664ec7b7e2cc3f2f3481d050c27f20d0824c4..7eda0e9774b3202944c1e47469fbde90f2ff309b 100644
|
| --- a/content/public/browser/android/download_controller_android.h
|
| +++ b/content/public/browser/android/download_controller_android.h
|
| @@ -28,7 +28,7 @@ class CONTENT_EXPORT DownloadControllerAndroid : public DownloadItem::Observer {
|
| // Starts a new download request with Android. Should be called on the
|
| // UI thread.
|
| virtual void CreateGETDownload(int render_process_id, int render_view_id,
|
| - int request_id) = 0;
|
| + int request_id, bool must_download) = 0;
|
|
|
| // Should be called when a download is started. It can be either a GET
|
| // request with authentication or a POST request. Notifies the embedding
|
|
|