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

Unified Diff: chrome/browser/ui/views/ssl_client_certificate_selector_browsertest.cc

Issue 197043005: original change (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: fix other build error 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: chrome/browser/ui/views/ssl_client_certificate_selector_browsertest.cc
===================================================================
--- chrome/browser/ui/views/ssl_client_certificate_selector_browsertest.cc (revision 256594)
+++ chrome/browser/ui/views/ssl_client_certificate_selector_browsertest.cc (working copy)
@@ -113,7 +113,7 @@
scoped_ptr<net::URLRequest> MakeURLRequest(
net::URLRequestContextGetter* context_getter) {
return context_getter->GetURLRequestContext()->CreateRequest(
- GURL("https://example"), net::DEFAULT_PRIORITY, NULL);
+ GURL("https://example"), net::DEFAULT_PRIORITY, NULL, NULL);
}
base::WaitableEvent io_loop_finished_event_;
« no previous file with comments | « chrome/browser/ssl/ssl_client_certificate_selector_test.cc ('k') | content/browser/download/download_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698