1 // Copyright 2015 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.
5 #include "ios/chrome/browser/ui/browser_otr_state.h"
7 #include "ios/public/provider/chrome/browser/chrome_browser_provider.h"
9 bool IsOffTheRecordSessionActive() {
10 ios::ChromeBrowserProvider* chrome_browser_provider =
11 ios::GetChromeBrowserProvider();
12 return chrome_browser_provider &&
13 chrome_browser_provider->IsOffTheRecordSessionActive();