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

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

Issue 2915503003: Support PermissionRequestManager for multiple download permissions on Android (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/download/download_permission_request.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 66c1cf9a49f56ac04b0e7bdd3b8197bbee34fcd8..805e9c2a2ab8ac725fdd36f146ad8bb2dce673cf 100644
--- a/chrome/browser/download/download_permission_request.h
+++ b/chrome/browser/download/download_permission_request.h
@@ -21,8 +21,11 @@ class DownloadPermissionRequest : public PermissionRequest {
~DownloadPermissionRequest() override;
private:
- // PermissionBubbleDelegate:
+ // PermissionRequest:
IconId GetIconId() const override;
+#if defined(OS_ANDROID)
+ base::string16 GetMessageText() const override;
+#endif
base::string16 GetMessageTextFragment() const override;
GURL GetOrigin() const override;
void PermissionGranted() override;
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/download/download_permission_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698