Chromium Code Reviews| 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 |
|
msw
2015/10/29 17:50:02
Instead of using pipe characters, consider using t
Matt Giuca
2015/11/09 06:35:12
The bars came about because Evan raised a concern
|
| + // ('|'), which should be drawn graphically as a key, not displayed literally. |
| base::string16 GetInstructionText() const; |
| // The Manager associated with this bubble. |