| Index: components/proximity_auth/switches.cc
|
| diff --git a/components/proximity_auth/switches.cc b/components/proximity_auth/switches.cc
|
| index 1c300051e88f316cb4bb81de16cc686d0f2aab92..8097913f3b1b7e9bb7d79044860f1c0f8c47672f 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";
|
|
|
|
|