Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3991)

Unified Diff: chrome/browser/download/download_request_limiter.h

Issue 2123653006: Rename PermissionBubbleRequest to PermissionRequest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permission_manager_rename
Patch Set: Fix missed file Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698