| 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
|
|
|