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

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

Issue 2385063005: Make PermissionRequest::GetIconId return different types (Closed)
Patch Set: android Created 4 years, 2 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 b23fab8395b2953e6fe7da0bc648fce5fa02ab55..66c1cf9a49f56ac04b0e7bdd3b8197bbee34fcd8 100644
--- a/chrome/browser/download/download_permission_request.h
+++ b/chrome/browser/download/download_permission_request.h
@@ -21,8 +21,8 @@ class DownloadPermissionRequest : public PermissionRequest {
~DownloadPermissionRequest() override;
private:
- // PermisisonBubbleDelegate:
- gfx::VectorIconId GetVectorIconId() const override;
+ // PermissionBubbleDelegate:
+ IconId GetIconId() const override;
base::string16 GetMessageTextFragment() const override;
GURL GetOrigin() const override;
void PermissionGranted() override;

Powered by Google App Engine
This is Rietveld 408576698