Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 // Copyright 2013 The Chromium Authors. All rights reserved. | 1 // Copyright 2013 The Chromium Authors. All rights reserved. |
|
alexmos
2015/06/13 00:27:03
nit: 2015
ncarter (slow)
2015/06/16 22:43:22
Done.
| |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "base/command_line.h" | 5 #include "base/command_line.h" |
| 6 #include "base/strings/string_util.h" | 6 #include "base/strings/string_util.h" |
| 7 #include "base/strings/stringprintf.h" | 7 #include "base/strings/stringprintf.h" |
| 8 #include "base/test/histogram_tester.h" | 8 #include "base/test/histogram_tester.h" |
| 9 #include "content/public/common/content_switches.h" | 9 #include "content/public/common/content_switches.h" |
| 10 #include "content/public/common/resource_type.h" | 10 #include "content/public/common/resource_type.h" |
| 11 #include "content/public/test/browser_test_utils.h" | 11 #include "content/public/test/browser_test_utils.h" |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 241 // length is different from what's described in "content-length" for such | 241 // length is different from what's described in "content-length" for such |
| 242 // different targets. | 242 // different targets. |
| 243 | 243 |
| 244 // TODO(nick): Split up these cases, and add positive assertions here about | 244 // TODO(nick): Split up these cases, and add positive assertions here about |
| 245 // what actually happens in these various resource-block cases. | 245 // what actually happens in these various resource-block cases. |
| 246 GURL foo("http://foo.com/files/cross_site_document_request_target.html"); | 246 GURL foo("http://foo.com/files/cross_site_document_request_target.html"); |
| 247 NavigateToURL(shell(), foo); | 247 NavigateToURL(shell(), foo); |
| 248 } | 248 } |
| 249 | 249 |
| 250 } | 250 } |
| OLD | NEW |