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

Unified Diff: chrome/browser/ui/views/frame/browser_view.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_view.cc
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
index 5339809471f2b05aeb33fb80c0354ed45c98710c..31581e115d323c58210a8fd37c50f2143261723e 100644
--- a/chrome/browser/ui/views/frame/browser_view.cc
+++ b/chrome/browser/ui/views/frame/browser_view.cc
@@ -1973,8 +1973,8 @@ void BrowserView::GetAccessibleState(ui::AXViewState* state) {
void BrowserView::OnThemeChanged() {
if (!IsRegularOrGuestSession() &&
ui::MaterialDesignController::IsModeMaterial()) {
- // When the theme changes, the native theme may also change (in OTR, the
- // usage of dark or normal hinges on the browser theme), so we have to
+ // When the theme changes, the native theme may also change (in incognito,
+ // the usage of dark or normal hinges on the browser theme), so we have to
// propagate both kinds of change.
base::AutoReset<bool> reset(&handling_theme_changed_, true);
#if defined(OS_WIN)
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.h ('k') | chrome/browser/ui/views/frame/glass_browser_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698