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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 2436543003: reland: Reusing Ok/Cancel buttons for intent picker (Closed)
Patch Set: Modifying the way I create a dummy event for the testing. 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chromeos/arc/arc_external_protocol_dialog.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 449912a486f24c55f874b5bf49186259a6301e81..87dd713b7279c21506a945ba9b3e87abbd3357d4 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -3129,8 +3129,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()) {
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chromeos/arc/arc_external_protocol_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698