-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This CL is a preparation of Singleton<Config> removal. GET_CONFIG relies on process global Singleton<Config>, which has caused many troubles. With this CL, many conversion-related methods will be refactored to receive ConversionRequest to access settings. Hopefully this can help to address or at least mitigate test flakiness like #317. BUG=#317 TEST=unittest REF_BUG=19010851,19188911 REF_CL=87318105
- Loading branch information
1 parent
8ab3383
commit fa02514
Showing
31 changed files
with
514 additions
and
345 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
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
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
Oops, something went wrong.