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

Unified Diff: ios/chrome/test/ios_chrome_unit_test_suite.cc

Issue 1272113002: Allow url::SchemeHostPort to hold non-file scheme without port (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 4 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 | « google_apis/drive/drive_api_url_generator_unittest.cc ('k') | mojo/runner/url_resolver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/test/ios_chrome_unit_test_suite.cc
diff --git a/ios/chrome/test/ios_chrome_unit_test_suite.cc b/ios/chrome/test/ios_chrome_unit_test_suite.cc
index 53e9425d7291294eb343f99752c4a79aff0492ca..eb1886f6b2ea98d01adede388ef693367efe531d 100644
--- a/ios/chrome/test/ios_chrome_unit_test_suite.cc
+++ b/ios/chrome/test/ios_chrome_unit_test_suite.cc
@@ -75,7 +75,8 @@ void IOSChromeUnitTestSuite::Initialize() {
{
ios::TestChromeBrowserProvider provider;
- url::AddStandardScheme(provider.GetChromeUIScheme());
+ url::AddStandardScheme(provider.GetChromeUIScheme(),
+ url::SCHEME_WITHOUT_PORT);
}
base::TestSuite::Initialize();
« no previous file with comments | « google_apis/drive/drive_api_url_generator_unittest.cc ('k') | mojo/runner/url_resolver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698