Index: chrome/browser/chrome_content_browser_client.cc |
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc |
index 588337784109a69113d20b972f4b611642ef59a6..a9d2ebf79146cf9cb7799d3e7ed2aff5b6ba73f7 100644 |
--- a/chrome/browser/chrome_content_browser_client.cc |
+++ b/chrome/browser/chrome_content_browser_client.cc |
@@ -3131,8 +3131,6 @@ ChromeContentBrowserClient::CreateThrottlesForNavigation( |
throttles.push_back(MergeSessionNavigationThrottle::Create(handle)); |
} |
- // TODO(djacobo): Support incognito mode by showing an aditional dialog as a |
- // warning that the selected app is not in incognito mode. |
const arc::ArcAuthService* auth_service = arc::ArcAuthService::Get(); |
if (auth_service && auth_service->IsArcEnabled() && |
!handle->GetWebContents()->GetBrowserContext()->IsOffTheRecord()) { |