Index: trunk/src/content/browser/child_process_security_policy_unittest.cc |
=================================================================== |
--- trunk/src/content/browser/child_process_security_policy_unittest.cc (revision 188924) |
+++ trunk/src/content/browser/child_process_security_policy_unittest.cc (working copy) |
@@ -60,13 +60,7 @@ |
// Claim to always handle chrome:// URLs because the CPSP's notion of |
// allowing WebUI bindings is hard-wired to this particular scheme. |
- test_browser_client_.AddScheme(chrome::kChromeUIScheme); |
- |
- // Claim to always handle file:// URLs like the browser would. |
- // net::URLRequest::IsHandledURL() no longer claims support for default |
- // protocols as this is the responsibility of the browser (which is |
- // responsible for adding the appropriate ProtocolHandler). |
- test_browser_client_.AddScheme(chrome::kFileScheme); |
+ test_browser_client_.AddScheme("chrome"); |
} |
virtual void TearDown() { |