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

Unified Diff: chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.cc

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.cc
diff --git a/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.cc b/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.cc
index 25b0f5511bfe3e91314bc49fa9badce6f913df32..f0881582e22b02304a6edc1e373e881d3da087dc 100644
--- a/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.cc
+++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.cc
@@ -381,7 +381,7 @@ void OpaqueBrowserFrameViewLayout::LayoutIncognitoIcon(views::View* host) {
if (incognito_icon_) {
const gfx::Insets insets(GetLayoutInsets(AVATAR_ICON));
- const gfx::Size size(delegate_->GetOTRAvatarIcon().size());
+ const gfx::Size size(delegate_->GetIncognitoAvatarIcon().size());
const int incognito_width = insets.left() + size.width();
int x;
if (ShouldIncognitoIconBeOnRight()) {

Powered by Google App Engine
This is Rietveld 408576698