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

Unified Diff: chromeos/chromeos_switches.cc

Issue 1066843002: Run OAuth token handle check upon user pod selction. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 6f4e4a7e46f320e5e9a8d4a5b073a186c7927e24..ea799925d4212e61b4059e066f489442ac0afb5b 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";

Powered by Google App Engine
This is Rietveld 408576698