Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1107)

Unified Diff: chrome/browser/ui/views/frame/browser_view.h

Issue 6635032: Removing references to off the record in comments and log messages. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fix issues pointed out by code reviewer Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « chrome/browser/ui/views/browser_actions_container.h ('k') | chrome/browser/ui/views/options/content_exceptions_table_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698