From 2c910b73f60d23666a593b5cb9ade7c4cb723c79 Mon Sep 17 00:00:00 2001 From: "akalin@chromium.org" Date: Tue, 8 Mar 2011 21:16:32 +0000 Subject: Removing references to off the record in comments and log messages. Original patch by vipul.bhasin@gmail.com. BUG=3333 TEST=None Review URL: http://codereview.chromium.org/6625076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77331 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/ui/views/frame/browser_view.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '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 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. -- cgit v1.1