| Index: chrome/browser/download/download_request_limiter.h
|
| diff --git a/chrome/browser/download/download_request_limiter.h b/chrome/browser/download/download_request_limiter.h
|
| index 778eb8b3224931acb2b6e7bd463c45fc532e8660..4f614ce4d0ec0dbaa42edfc0c91b542d0eb2c389 100644
|
| --- a/chrome/browser/download/download_request_limiter.h
|
| +++ b/chrome/browser/download/download_request_limiter.h
|
| @@ -74,7 +74,7 @@ class DownloadRequestLimiter
|
| // TabDownloadState prompts the user with an infobar as necessary.
|
| // TabDownloadState deletes itself (by invoking
|
| // DownloadRequestLimiter::Remove) as necessary.
|
| - // TODO(gbillock): just make this class implement PermissionBubbleRequest.
|
| + // TODO(gbillock): just make this class implement PermissionRequest.
|
| class TabDownloadState : public content::NotificationObserver,
|
| public content::WebContentsObserver {
|
| public:
|
|
|