| Index: chrome/browser/ui/exclusive_access/exclusive_access_bubble_type.h
|
| diff --git a/chrome/browser/ui/exclusive_access/exclusive_access_bubble_type.h b/chrome/browser/ui/exclusive_access/exclusive_access_bubble_type.h
|
| index 3163b70aee8cdd55dfac310cbc81e380e2042277..58858a5aef3164fce43c3e858de36a4cf0432c4e 100644
|
| --- a/chrome/browser/ui/exclusive_access/exclusive_access_bubble_type.h
|
| +++ b/chrome/browser/ui/exclusive_access/exclusive_access_bubble_type.h
|
| @@ -40,6 +40,8 @@ base::string16 GetLabelTextForType(ExclusiveAccessBubbleType type,
|
| const GURL& url,
|
| extensions::ExtensionRegistry* registry);
|
| base::string16 GetDenyButtonTextForType(ExclusiveAccessBubbleType type);
|
| +base::string16 GetAllowButtonTextForType(ExclusiveAccessBubbleType type,
|
| + const GURL& url);
|
| bool ShowButtonsForType(ExclusiveAccessBubbleType type);
|
| void PermissionRequestedByType(ExclusiveAccessBubbleType type,
|
| bool* tab_fullscreen,
|
|
|