| 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 87dd713b7279c21506a945ba9b3e87abbd3357d4..449912a486f24c55f874b5bf49186259a6301e81 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -3129,6 +3129,8 @@ 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()) {
|
|
|