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

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

Issue 2129373002: Replace all occurrences of words meaning "off the record" with "incognito" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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_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.

Powered by Google App Engine
This is Rietveld 408576698