| Index: chrome/browser/ui/browser_commands.cc
|
| diff --git a/chrome/browser/ui/browser_commands.cc b/chrome/browser/ui/browser_commands.cc
|
| index 4b38bb460d779d17f60fc6c8051b69bc60a1f503..5b3949be11ae29bb7feef3f00c35b7fe81e2362d 100644
|
| --- a/chrome/browser/ui/browser_commands.cc
|
| +++ b/chrome/browser/ui/browser_commands.cc
|
| @@ -766,7 +766,8 @@ void BookmarkCurrentPageIgnoringExtensionOverrides(Browser* browser) {
|
| web_contents->GetBrowserContext()->IsOffTheRecord()) {
|
| // If we're incognito the favicon may not have been saved. Save it now
|
| // so that bookmarks have an icon for the page.
|
| - favicon::ContentFaviconDriver::FromWebContents(web_contents)->SaveFavicon();
|
| + favicon::ContentFaviconDriver::FromWebContents(web_contents)
|
| + ->SaveFaviconEvenIfInIncognito();
|
| }
|
| bool was_bookmarked_by_user = bookmarks::IsBookmarkedByUser(model, url);
|
| bookmarks::AddIfNotBookmarked(model, url, title);
|
|
|