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

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

Issue 1689513002: [Abandoned] rename PermissionBubbleRequest to PermissionRequest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permission-request-manager-rename
Patch Set: browser_tests compiles Created 4 years, 8 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_permission_request.h
diff --git a/chrome/browser/download/download_permission_request.h b/chrome/browser/download/download_permission_request.h
index fa4e0d99796362e14d701e8a2ff44026abf7cbb3..a0871f90ad6d7a69e58040a84a8df0dd1fe55ac2 100644
--- a/chrome/browser/download/download_permission_request.h
+++ b/chrome/browser/download/download_permission_request.h
@@ -8,13 +8,13 @@
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
#include "chrome/browser/download/download_request_limiter.h"
-#include "chrome/browser/ui/website_settings/permission_bubble_request.h"
+#include "chrome/browser/permissions/permission_request.h"
-// A permission bubble request that presents the user with a choice to allow
-// or deny multiple downloads from the same site. This confirmation step
-// protects against "carpet-bombing", where a malicious site forces multiple
-// downloads on an unsuspecting user.
-class DownloadPermissionRequest : public PermissionBubbleRequest {
+// A permission request that presents the user with a choice to allow or deny
+// multiple downloads from the same site. This confirmation step protects
+// against "carpet-bombing", where a malicious site forces multiple downloads on
+// an unsuspecting user.
+class DownloadPermissionRequest : public PermissionRequest {
public:
explicit DownloadPermissionRequest(
base::WeakPtr<DownloadRequestLimiter::TabDownloadState> host);

Powered by Google App Engine
This is Rietveld 408576698