| Index: ios/chrome/browser/about_flags.mm
|
| diff --git a/ios/chrome/browser/about_flags.mm b/ios/chrome/browser/about_flags.mm
|
| index 5a97a54f2f935034571dc51f1fa87052227ca8e0..3f2096b87e23bae9ed8e905f0e25f9043797c6e5 100644
|
| --- a/ios/chrome/browser/about_flags.mm
|
| +++ b/ios/chrome/browser/about_flags.mm
|
| @@ -79,6 +79,8 @@ void AppendSwitchesFromExperimentalSettings(base::CommandLine* command_line) {
|
| NSString* kGAIAEnvironment = @"GAIAEnvironment";
|
| NSString* gaia_environment = [defaults stringForKey:kGAIAEnvironment];
|
| if ([gaia_environment isEqualToString:@"Staging"]) {
|
| + command_line->AppendSwitchASCII(switches::kGaiaUrl,
|
| + BUILDFLAG(GOOGLE_STAGING_OAUTH_URL));
|
| command_line->AppendSwitchASCII(switches::kGoogleApisUrl,
|
| BUILDFLAG(GOOGLE_STAGING_API_URL));
|
| command_line->AppendSwitchASCII(switches::kLsoUrl,
|
|
|