-
Notifications
You must be signed in to change notification settings - Fork 925
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #512 from brave/gaia
Change gaia URL to be no-thanks.invalid
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/google_apis/gaia/gaia_urls.cc b/google_apis/gaia/gaia_urls.cc | ||
index dae604c138bd31a59da5dc9f9051a373f6c00fb6..8b152bcf4eae15a6d7dd591442beefcf24ce7ee6 100644 | ||
--- a/google_apis/gaia/gaia_urls.cc | ||
+++ b/google_apis/gaia/gaia_urls.cc | ||
@@ -14,7 +14,7 @@ namespace { | ||
|
||
// Gaia service constants | ||
const char kDefaultGoogleUrl[] = "http://google.com"; | ||
-const char kDefaultGaiaUrl[] = "https://accounts.google.com"; | ||
+const char kDefaultGaiaUrl[] = "https://no-thanks.invalid"; // Leave this as a patch instead of considering chromium_src override | ||
const char kDefaultGoogleApisBaseUrl[] = "https://www.googleapis.com"; | ||
|
||
// API calls from accounts.google.com |