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

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

Issue 5603008: Modify the "dangerous download" algorithm as follows. Original patch by Pier... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years 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/renderer_host/resource_dispatcher_host_unittest.cc
===================================================================
--- chrome/browser/renderer_host/resource_dispatcher_host_unittest.cc (revision 68377)
+++ chrome/browser/renderer_host/resource_dispatcher_host_unittest.cc (working copy)
@@ -1003,7 +1003,7 @@
return new ResourceDispatcherHostRequestInfo(
resource_handler_.get(), ChildProcessInfo::RENDER_PROCESS, 0, 0, 0,
"not important", "not important",
- ResourceType::STYLESHEET, 0U, false, false, -1, -1);
+ ResourceType::STYLESHEET, 0U, false, false, false, -1, -1);
}
scoped_ptr<GURL> url_;

Powered by Google App Engine
This is Rietveld 408576698