Chromium Code Reviews| Index: chrome/browser/ui/views/frame/browser_view.h |
| =================================================================== |
| --- chrome/browser/ui/views/frame/browser_view.h (revision 88024) |
| +++ chrome/browser/ui/views/frame/browser_view.h (working copy) |
| @@ -165,9 +165,8 @@ |
| // incognito. |
| bool IsOffTheRecord() const; |
| - // Returns true if the non-client view should render the Incognito |
| - // avatar icon if the window is incognito. |
| - virtual bool ShouldShowOffTheRecordAvatar() const; |
| + // Returns true if the non-client view should render and avatar icon. |
|
Miranda Callahan
2011/06/09 13:23:07
s/and/an
sail
2011/06/10 00:56:20
Done.
|
| + virtual bool ShouldShowAvatar() const; |
| // Handle the specified |accelerator| being pressed. |
| virtual bool AcceleratorPressed(const views::Accelerator& accelerator); |