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

Unified Diff: ios/chrome/browser/about_flags.mm

Issue 2704403002: Avoid re-starting a ExternalCCResultFetcher if a previous has finished or timed out. (Closed)
Patch Set: Do not start the externalt CC result fetcher if it already finished. Created 3 years, 10 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: 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,
« components/signin/core/browser/gaia_cookie_manager_service.cc ('K') | « ios/chrome/browser/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698