| Index: chrome/browser/ui/views/frame/browser_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/frame/browser_view.h (revision 88685)
|
| +++ chrome/browser/ui/views/frame/browser_view.h (working copy)
|
| @@ -165,8 +165,9 @@
|
| // incognito.
|
| bool IsOffTheRecord() const;
|
|
|
| - // Returns true if the non-client view should render an avatar icon.
|
| - virtual bool ShouldShowAvatar() const;
|
| + // Returns true if the non-client view should render the Incognito
|
| + // avatar icon if the window is incognito.
|
| + virtual bool ShouldShowOffTheRecordAvatar() const;
|
|
|
| // Handle the specified |accelerator| being pressed.
|
| virtual bool AcceleratorPressed(const views::Accelerator& accelerator);
|
|
|