| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index eadf787c14013a419dcd7e9059f9aa334de45bf5..056bfb77ce9bcbc337ec11d81a33c44a2ccc5a15 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -1564,7 +1564,7 @@ void Browser::BookmarkCurrentPage() {
|
| bookmark_utils::GetURLAndTitleToBookmark(tab, &url, &title);
|
| bool was_bookmarked = model->IsBookmarked(url);
|
| if (!was_bookmarked && profile_->IsOffTheRecord()) {
|
| - // If we're off the record the favicon may not have been saved. Save it now
|
| + // If we're incognito the favicon may not have been saved. Save it now
|
| // so that bookmarks have an icon for the page.
|
| tab->SaveFavicon();
|
| }
|
|
|