| Index: chrome/browser/history/history.cc
|
| ===================================================================
|
| --- chrome/browser/history/history.cc (revision 19822)
|
| +++ chrome/browser/history/history.cc (working copy)
|
| @@ -273,8 +273,7 @@
|
| // large part of history (think iframes for ads) and we never display them in
|
| // history UI. We will still add manual subframes, which are ones the user
|
| // has clicked on to get.
|
| - if (!CanAddURL(url) || PageTransition::StripQualifier(transition) ==
|
| - PageTransition::AUTO_SUBFRAME)
|
| + if (!CanAddURL(url))
|
| return;
|
|
|
| // Add link & all redirects to visited link list.
|
|
|