From eed5d29a500020e3547de253041d400945dc516c Mon Sep 17 00:00:00 2001 From: antrim Date: Tue, 7 Apr 2015 06:47:36 -0700 Subject: Run OAuth token handle check upon user pod selction. Use one umbrella command line switch. BUG=469984,462445 R=nkostylev@chromium.org Review URL: https://codereview.chromium.org/1066843002 Cr-Commit-Position: refs/heads/master@{#324036} --- chromeos/chromeos_switches.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'chromeos/chromeos_switches.cc') diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc index 6f4e4a7..ea79992 100644 --- a/chromeos/chromeos_switches.cc +++ b/chromeos/chromeos_switches.cc @@ -330,9 +330,6 @@ const char kDisableCaptivePortalBypassProxy[] = const char kDisableTimeZoneTrackingOption[] = "disable-timezone-tracking-option"; -// Enable OAuth token validation on sign in screen. -const char kEnableOAuthTokenHandlers[] = "enable-oauth-token-handlers"; - // Disable new GAIA sign-in flow. const char kDisableWebviewSigninFlow[] = "disable-webview-signin-flow"; -- cgit v1.1