| Index: chrome/browser/extensions/webstore_installer.h
|
| diff --git a/chrome/browser/extensions/webstore_installer.h b/chrome/browser/extensions/webstore_installer.h
|
| index 2cc6a29f89d34d9d48038e303d7b82c2b863d98e..1555234db7aeda274638f67ebd3788731041d3f2 100644
|
| --- a/chrome/browser/extensions/webstore_installer.h
|
| +++ b/chrome/browser/extensions/webstore_installer.h
|
| @@ -158,10 +158,8 @@ class WebstoreInstaller :public content::NotificationObserver,
|
| content::NavigationController* controller_;
|
| std::string id_;
|
| // The DownloadItem is owned by the DownloadManager and is valid from when
|
| - // OnDownloadStarted is called (with no error) until the DownloadItem
|
| - // transitions to state REMOVING.
|
| + // OnDownloadStarted is called (with no error) until OnDownloadDestroyed().
|
| content::DownloadItem* download_item_;
|
| - int flags_;
|
| scoped_ptr<Approval> approval_;
|
| GURL download_url_;
|
| };
|
|
|