Commit 9dd8cd76 authored by felt's avatar felt Committed by Commit bot

Update permission prompt icons

This updates the permission prompt (infobar and permission bubble)
icons with the new icons provided by sgabriel@:
https://drive.google.com/a/google.com/folderview?id=0B-Vmdj5n-
YddWktRd1BMeHZYWWs&usp=sharing

BUG=451490

Review URL: https://codereview.chromium.org/893603003

Cr-Commit-Position: refs/heads/master@{#314007}
parent f2cd18db
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment