| Index: chrome/browser/ui/exclusive_access/exclusive_access_bubble.h
|
| diff --git a/chrome/browser/ui/exclusive_access/exclusive_access_bubble.h b/chrome/browser/ui/exclusive_access/exclusive_access_bubble.h
|
| index 41f5c2884f8a5d807d51122b811af0c93b976f6f..d7654abdb973af213299a17571aaa49826cabfbe 100644
|
| --- a/chrome/browser/ui/exclusive_access/exclusive_access_bubble.h
|
| +++ b/chrome/browser/ui/exclusive_access/exclusive_access_bubble.h
|
| @@ -80,9 +80,9 @@ class ExclusiveAccessBubble : public gfx::AnimationDelegate {
|
| // The following strings may change according to the content type and URL.
|
| base::string16 GetCurrentMessageText() const;
|
| base::string16 GetCurrentDenyButtonText() const;
|
| + base::string16 GetCurrentAllowButtonText() const;
|
|
|
| // The following strings never change.
|
| - base::string16 GetAllowButtonText() const;
|
| base::string16 GetInstructionText() const;
|
|
|
| // The browser this bubble is in.
|
|
|