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

Unified Diff: ios/web/test/web_test.mm

Issue 1962333002: [ios] Do not lock schemes registry in WebTest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/test/web_test.mm
diff --git a/ios/web/test/web_test.mm b/ios/web/test/web_test.mm
index bf5563bd435bca22b5867118e4c82437afa1c046..9c64820978b12de81def9ab03b609400665703f3 100644
--- a/ios/web/test/web_test.mm
+++ b/ios/web/test/web_test.mm
@@ -41,7 +41,7 @@ namespace web {
WebTest::WebTest() : web_client_(base::WrapUnique(new TestWebClient)) {
static dispatch_once_t onceToken;
dispatch_once(&onceToken, ^{
- RegisterWebSchemes(true);
+ RegisterWebSchemes(false);
});
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698