| Index: chrome/browser/supervised_user/supervised_user_navigation_observer.cc
|
| diff --git a/chrome/browser/supervised_user/supervised_user_navigation_observer.cc b/chrome/browser/supervised_user/supervised_user_navigation_observer.cc
|
| index e354bbba7e08092e500b0c4573955835fe15b43b..82119651ec01430bf2ce32ccd0f2e87346b8bfa8 100644
|
| --- a/chrome/browser/supervised_user/supervised_user_navigation_observer.cc
|
| +++ b/chrome/browser/supervised_user/supervised_user_navigation_observer.cc
|
| @@ -68,7 +68,7 @@ void SupervisedUserNavigationObserver::OnRequestBlockedInternal(
|
| history::HistoryAddPageArgs add_page_args(
|
| url, timestamp, history::ContextIDForWebContents(web_contents_), 0, url,
|
| history::RedirectList(), ui::PAGE_TRANSITION_BLOCKED,
|
| - history::SOURCE_BROWSED, false);
|
| + history::SOURCE_BROWSED, false, true);
|
|
|
| // Add the entry to the history database.
|
| Profile* profile =
|
|
|