| Index: chrome/browser/ui/browser_otr_state.h
|
| diff --git a/chrome/browser/ui/browser_otr_state.h b/chrome/browser/ui/browser_otr_state.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..555068e1ab1ad29ee334ef11e6e2d946550e62e0
|
| --- /dev/null
|
| +++ b/chrome/browser/ui/browser_otr_state.h
|
| @@ -0,0 +1,14 @@
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#ifndef CHROME_BROWSER_UI_BROWSER_OTR_STATE_H_
|
| +#define CHROME_BROWSER_UI_BROWSER_OTR_STATE_H_
|
| +
|
| +namespace browser {
|
| +
|
| +bool IsOffTheRecordSessionActive();
|
| +
|
| +}
|
| +
|
| +#endif // CHROME_BROWSER_UI_BROWSER_OTR_STATE_H_
|
|
|