summaryrefslogtreecommitdiffstats
path: root/components/proximity_auth/switches.cc
diff options
context:
space:
mode:
authortengs <tengs@chromium.org>2014-12-05 11:31:42 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-05 19:32:03 +0000
commit77b8ce75d17370871db8c1c2fd131d981e468a45 (patch)
treeb62b52e870ce8c5dce245b8c6329d70a0cd1c879 /components/proximity_auth/switches.cc
parentb9aec4502197bf280b1c66f7104ed78937894b22 (diff)
downloadchromium_src-77b8ce75d17370871db8c1c2fd131d981e468a45.zip
chromium_src-77b8ce75d17370871db8c1c2fd131d981e468a45.tar.gz
chromium_src-77b8ce75d17370871db8c1c2fd131d981e468a45.tar.bz2
Introduce CryptAuthClient, a class capable of performing all CryptAuth API calls.
BUG=419191 TEST=manual + new test Review URL: https://codereview.chromium.org/738593002 Cr-Commit-Position: refs/heads/master@{#307058}
Diffstat (limited to 'components/proximity_auth/switches.cc')
-rw-r--r--components/proximity_auth/switches.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/proximity_auth/switches.cc b/components/proximity_auth/switches.cc
index 1c30005..8097913 100644
--- a/components/proximity_auth/switches.cc
+++ b/components/proximity_auth/switches.cc
@@ -7,6 +7,10 @@
namespace proximity_auth {
namespace switches {
+// Overrides the default URL for Google APIs (https://www.googleapis.com) used
+// by CryptAuth.
+const char kCryptAuthHTTPHost[] = "cryptauth-http-host";
+
// Disable Easy sign-in.
const char kDisableEasySignin[] = "disable-easy-signin";