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

Unified Diff: chromeos/chromeos_switches.cc

Issue 2508713003: arc: Prepare ArcAuthEndpoint flag for finch experiment. (Closed)
Patch Set: fix rebase glitch Created 4 years, 1 month 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 | « chromeos/chromeos_switches.h ('k') | components/arc/arc_features.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 70c100a3c2640bf15d5d43deb26e782cde439627..b9bcbcc88c765465a793a199bc7197f555d86063 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -61,10 +61,6 @@ const char kAppOemManifestFile[] = "app-mode-oem-manifest";
// Signals the availability of the ARC instance on this device.
const char kArcAvailable[] = "arc-available";
-// Specifies ARC authorization endpoint to enable automatic sign-in in OptIn
-// flow.
-const char kArcUseAuthEndpoint[] = "arc-use-auth-endpoint";
-
// Screenshot testing: specifies the directoru where artifacts will be stored.
const char kArtifactsDir[] = "artifacts-dir";
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | components/arc/arc_features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698