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

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

Issue 1972903003: [ios] Register test web schemes in WebTestSuite. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added comments to |web_client_|. 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 | « ios/web/ios_web.gyp ('k') | ios/web/test/web_test_suite.h » ('j') | 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 9c64820978b12de81def9ab03b609400665703f3..2dae64ea3c4a06eb38c9064db738de1b2671c402 100644
--- a/ios/web/test/web_test.mm
+++ b/ios/web/test/web_test.mm
@@ -38,12 +38,7 @@ namespace web {
#pragma mark -
-WebTest::WebTest() : web_client_(base::WrapUnique(new TestWebClient)) {
- static dispatch_once_t onceToken;
- dispatch_once(&onceToken, ^{
- RegisterWebSchemes(false);
- });
-}
+WebTest::WebTest() : web_client_(base::WrapUnique(new TestWebClient)) {}
WebTest::~WebTest() {}
« no previous file with comments | « ios/web/ios_web.gyp ('k') | ios/web/test/web_test_suite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698