blob: 7dba2beaf674f111d4e102e1a4f97c6a3debf238 [file] [log] [blame]
[email protected]10b132b02012-07-27 20:46:181// Copyright (c) 2012 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "chrome/browser/ui/browser_otr_state.h"
6
7#include "chrome/browser/ui/browser_list.h"
8
[email protected]e764e582012-08-01 03:01:299namespace chrome {
[email protected]10b132b02012-07-27 20:46:1810
trizzofofc061d02016-07-07 00:51:2111bool IsIncognitoSessionActive() {
Ramin Halavati8e2ec8e2020-06-11 15:29:4812 return BrowserList::IsOffTheRecordBrowserActive();
[email protected]10b132b02012-07-27 20:46:1813}
14
[email protected]e764e582012-08-01 03:01:2915} // namespace chrome