| 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 90e48169699a618add2c4233d39c3325e387659a..de66381335312166fc4648be9de6e0266b0d4cfd 100644
|
| --- a/chrome/browser/ui/exclusive_access/exclusive_access_bubble.h
|
| +++ b/chrome/browser/ui/exclusive_access/exclusive_access_bubble.h
|
| @@ -90,6 +90,8 @@ class ExclusiveAccessBubble : public gfx::AnimationDelegate {
|
| base::string16 GetCurrentAllowButtonText() const;
|
|
|
| // The following strings never change.
|
| + // This string *may* contain the name of the key surrounded in pipe characters
|
| + // ('|'), which should be drawn graphically as a key, not displayed literally.
|
| base::string16 GetInstructionText() const;
|
|
|
| // The Manager associated with this bubble.
|
|
|