| Index: chrome/browser/download/download_service.h
|
| diff --git a/chrome/browser/download/download_service.h b/chrome/browser/download/download_service.h
|
| index e365d9793612c770c1039010cdebbb9625f7ee3a..d5575884cc3fcc1a8906d9141359fc7643fddbb6 100644
|
| --- a/chrome/browser/download/download_service.h
|
| +++ b/chrome/browser/download/download_service.h
|
| @@ -81,6 +81,8 @@ class DownloadService : public KeyedService {
|
| // The UI controller is responsible for observing the download manager and
|
| // notifying the UI of any new downloads. Its lifetime matches that of the
|
| // associated download manager.
|
| + // Note on destruction order: download_ui_ depends on download_history_ and
|
| + // should be destroyed before the latter.
|
| scoped_ptr<DownloadUIController> download_ui_;
|
|
|
| // On Android, GET downloads are not handled by the DownloadManager.
|
|
|