| Index: chrome/browser/ui/views/frame/browser_view.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
|
| index d33ccbe7de5cf5641c65c950d50781640cb02c20..c60b966f59518fd32cc9e05c83be77f488e418d7 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -163,11 +163,11 @@ class BrowserView : public BrowserBubbleHost,
|
| bool UseVerticalTabs() const;
|
|
|
| // Returns true if the profile associated with this Browser window is
|
| - // off the record.
|
| + // incognito.
|
| bool IsOffTheRecord() const;
|
|
|
| // Returns true if the non-client view should render the Off-The-Record
|
| - // avatar icon if the window is off the record.
|
| + // avatar icon if the window is incognito.
|
| bool ShouldShowOffTheRecordAvatar() const;
|
|
|
| // Handle the specified |accelerator| being pressed.
|
|
|