| Index: chrome/browser/ui/browser_list.cc
|
| diff --git a/chrome/browser/ui/browser_list.cc b/chrome/browser/ui/browser_list.cc
|
| index b9d6317144776ad97ce9f29b8b01318251cadead..671339b7e224eb4c69b1e93881b904dcad763653 100644
|
| --- a/chrome/browser/ui/browser_list.cc
|
| +++ b/chrome/browser/ui/browser_list.cc
|
| @@ -215,8 +215,6 @@ bool BrowserList::IsOffTheRecordSessionActive() {
|
|
|
| // static
|
| bool BrowserList::IsOffTheRecordSessionActiveForProfile(Profile* profile) {
|
| - if (profile->IsGuestSession())
|
| - return true;
|
| for (chrome::BrowserIterator it; !it.done(); it.Next()) {
|
| if (it->profile()->IsSameProfile(profile) &&
|
| it->profile()->IsOffTheRecord()) {
|
|
|