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

Unified Diff: chrome/browser/ui/website_settings/permission_bubble_request.h

Issue 893603003: Update permission prompt icons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pngcrushed Created 5 years, 11 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/app/theme/default_200_percent/common/infobar_multiple_downloads.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/website_settings/permission_bubble_request.h
diff --git a/chrome/browser/ui/website_settings/permission_bubble_request.h b/chrome/browser/ui/website_settings/permission_bubble_request.h
index f2ccd3759a6575317ca74cfd6c03acf8521678d7..c364bab1c9193e8f4b51a26e6a1d834cabf92dad 100644
--- a/chrome/browser/ui/website_settings/permission_bubble_request.h
+++ b/chrome/browser/ui/website_settings/permission_bubble_request.h
@@ -21,7 +21,7 @@ class PermissionBubbleRequest {
virtual ~PermissionBubbleRequest() {}
// The icon to use next to the message text fragment in the permission bubble.
- // Must be a valid icon of size 16x16. (TODO(gbillock): tbd size)
+ // Must be a valid icon of size 18x18.
virtual int GetIconID() const = 0;
// Returns the full prompt text for this permission. This is the only text
« no previous file with comments | « chrome/app/theme/default_200_percent/common/infobar_multiple_downloads.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698