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

Unified Diff: chrome/browser/renderer_host/resource_dispatcher_host_unittest.cc

Issue 42360: Fix a UMR error in chrome/browser/renderer_host/resource_dispatcher_host_unittest.cc (Closed)
Patch Set: Created 11 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
« 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: chrome/browser/renderer_host/resource_dispatcher_host_unittest.cc
diff --git a/chrome/browser/renderer_host/resource_dispatcher_host_unittest.cc b/chrome/browser/renderer_host/resource_dispatcher_host_unittest.cc
index 1d307894c15b890d8775d78cc9445c3589ec090a..a8831e41d0b66b0fb7585557e41108b480bc8cfb 100644
--- a/chrome/browser/renderer_host/resource_dispatcher_host_unittest.cc
+++ b/chrome/browser/renderer_host/resource_dispatcher_host_unittest.cc
@@ -41,6 +41,7 @@ static ViewHostMsg_Resource_Request CreateResourceRequest(const char* method,
request.load_flags = 0;
request.origin_pid = 0;
request.resource_type = ResourceType::SUB_RESOURCE;
+ request.request_context = 0;
return request;
}
« 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