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

Unified Diff: chrome/browser/ui/views/frame/browser_header_painter_ash.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/browser_header_painter_ash.cc
diff --git a/chrome/browser/ui/views/frame/browser_header_painter_ash.cc b/chrome/browser/ui/views/frame/browser_header_painter_ash.cc
index b6287b65c94c9a9a42cd268bce8156a1efc545bf..d2a731671ff9cc4bc208b3795df82c4393964dfb 100644
--- a/chrome/browser/ui/views/frame/browser_header_painter_ash.cc
+++ b/chrome/browser/ui/views/frame/browser_header_painter_ash.cc
@@ -152,8 +152,8 @@ void BrowserHeaderPainterAsh::Init(
view_ = header_view;
window_icon_ = window_icon;
caption_button_container_ = caption_button_container;
- // Use light images in otr, even when a custom theme is installed. The
- // otr window with a custom theme is still darker than a normal window.
+ // Use light images in incognito, even when a custom theme is installed. The
+ // incognito window with a custom theme is still darker than a normal window.
caption_button_container_->SetUseLightImages(is_incognito_);
}

Powered by Google App Engine
This is Rietveld 408576698