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

Unified Diff: chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.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/opaque_browser_frame_view_layout_delegate.h
diff --git a/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h b/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h
index b76c3c6ecd30d63eef8ea27d6a19fdcfd5c4f2b1..4855997197bd90f3c6de52f1f4798756662944e8 100644
--- a/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h
+++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h
@@ -36,7 +36,7 @@ class OpaqueBrowserFrameViewLayoutDelegate {
// We don't have a ThemeProvider in the layout manager, so plumb in the icon
// source here.
- virtual gfx::ImageSkia GetOTRAvatarIcon() const = 0;
+ virtual gfx::ImageSkia GetIncognitoAvatarIcon() const = 0;
// Controls window state.
virtual bool IsMaximized() const = 0;

Powered by Google App Engine
This is Rietveld 408576698