| Index: chrome/browser/sessions/session_service.cc
|
| diff --git a/chrome/browser/sessions/session_service.cc b/chrome/browser/sessions/session_service.cc
|
| index 39fc3a4b4c652640a92c64e20f3bc39f0e62ac65..7829f29decc9825660a7520d159b7f6c13acee8d 100644
|
| --- a/chrome/browser/sessions/session_service.cc
|
| +++ b/chrome/browser/sessions/session_service.cc
|
| @@ -1257,7 +1257,7 @@ bool SessionService::IsOnlyOneTabLeft() {
|
| }
|
|
|
| // NOTE: This uses the original profile so that closing the last non-off the
|
| - // record window while there are open off the record windows resets state).
|
| + // record window while there are open incognito windows resets state).
|
| int window_count = 0;
|
| for (BrowserList::const_iterator i = BrowserList::begin();
|
| i != BrowserList::end(); ++i) {
|
| @@ -1283,7 +1283,7 @@ bool SessionService::HasOpenTrackableBrowsers(const SessionID& window_id) {
|
| }
|
|
|
| // NOTE: This uses the original profile so that closing the last non-off the
|
| - // record window while there are open off the record window resets state).
|
| + // record window while there are open incognito window resets state).
|
| for (BrowserList::const_iterator i = BrowserList::begin();
|
| i != BrowserList::end(); ++i) {
|
| Browser* browser = *i;
|
|
|