| Index: chrome/browser/ui/views/frame/browser_non_client_frame_view.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view.h b/chrome/browser/ui/views/frame/browser_non_client_frame_view.h
|
| index 431620b9d22096fb1850026486d49cd23d4bad5f..b305e67b27600ff46cee26af68d55451c9676dd8 100644
|
| --- a/chrome/browser/ui/views/frame/browser_non_client_frame_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view.h
|
| @@ -41,8 +41,8 @@ class BrowserNonClientFrameView : public views::NonClientFrameView,
|
| // Returns the amount that the theme background should be inset.
|
| virtual int GetThemeBackgroundXInset() const = 0;
|
|
|
| - // Retrieves the icon to use in the frame to indicate an OTR window.
|
| - gfx::ImageSkia GetOTRAvatarIcon() const;
|
| + // Retrieves the icon to use in the frame to indicate an incognito window.
|
| + gfx::ImageSkia GetIncognitoAvatarIcon() const;
|
|
|
| // Returns COLOR_TOOLBAR_TOP_SEPARATOR[,_INACTIVE] depending on the activation
|
| // state of the window.
|
|
|