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

Unified Diff: trunk/src/chrome/browser/ssl/ssl_client_certificate_selector_test.cc

Issue 197463003: Revert 256579 "Allow the content browser client to specify a spe..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 9 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
Index: trunk/src/chrome/browser/ssl/ssl_client_certificate_selector_test.cc
===================================================================
--- trunk/src/chrome/browser/ssl/ssl_client_certificate_selector_test.cc (revision 256581)
+++ trunk/src/chrome/browser/ssl/ssl_client_certificate_selector_test.cc (working copy)
@@ -98,6 +98,6 @@
net::URLRequestContextGetter* context_getter) {
scoped_ptr<net::URLRequest> request =
context_getter->GetURLRequestContext()->CreateRequest(
- GURL("https://example"), net::DEFAULT_PRIORITY, NULL, NULL);
+ GURL("https://example"), net::DEFAULT_PRIORITY, NULL);
return request.Pass();
}

Powered by Google App Engine
This is Rietveld 408576698