Index: chrome/browser/ui/webui/md_history_ui.cc |
diff --git a/chrome/browser/ui/webui/md_history_ui.cc b/chrome/browser/ui/webui/md_history_ui.cc |
index 6f4de4c8353a77d9de1adeaba0736c51dcf04fa1..d9f836c7d7b6888212d79f854bd9957f3db81016 100644 |
--- a/chrome/browser/ui/webui/md_history_ui.cc |
+++ b/chrome/browser/ui/webui/md_history_ui.cc |
@@ -101,6 +101,8 @@ content::WebUIDataSource* CreateMdHistoryUIHTMLSource(Profile* profile) { |
switches::kHistoryEnableGroupByDomain) || profile->IsSupervised(); |
source->AddBoolean("groupByDomain", group_by_domain); |
+ source->AddBoolean("isGuestSession", profile->IsGuestSession()); |
+ |
SigninManagerBase* signin_manager = |
SigninManagerFactory::GetForProfile(profile); |
bool is_authenticated = signin_manager != nullptr && |