diff options
Diffstat (limited to 'chrome/browser/ui/views/frame/browser_view.h')
-rw-r--r-- | chrome/browser/ui/views/frame/browser_view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h index 911febc..7b45bdb 100644 --- a/chrome/browser/ui/views/frame/browser_view.h +++ b/chrome/browser/ui/views/frame/browser_view.h @@ -153,11 +153,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. |