Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2223)

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 2229943003: Reusing Ok/Cancel buttons for intent picker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Getting rid of GetDefaultDialogButton() Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()) {

Powered by Google App Engine
This is Rietveld 408576698