Index: ash/shell/content/client/shell_content_browser_client.cc |
diff --git a/ash/shell/content/client/shell_content_browser_client.cc b/ash/shell/content/client/shell_content_browser_client.cc |
index 1329a654c085fe1e2e58d92506c12fc542c6e88b..60da70666966b9330102da77e219b8249a79aaf4 100644 |
--- a/ash/shell/content/client/shell_content_browser_client.cc |
+++ b/ash/shell/content/client/shell_content_browser_client.cc |
@@ -8,7 +8,6 @@ |
#include "ash/shell/content/client/shell_browser_main_parts.h" |
#include "base/command_line.h" |
-#include "content/shell/browser/shell_browser_context.h" |
#include "third_party/skia/include/core/SkBitmap.h" |
namespace ash { |
@@ -25,19 +24,5 @@ content::BrowserMainParts* ShellContentBrowserClient::CreateBrowserMainParts( |
return shell_browser_main_parts_; |
} |
-net::URLRequestContextGetter* ShellContentBrowserClient::CreateRequestContext( |
- content::BrowserContext* content_browser_context, |
- content::ProtocolHandlerMap* protocol_handlers, |
- content::URLRequestInterceptorScopedVector request_interceptors) { |
- content::ShellBrowserContext* shell_context = |
- static_cast<content::ShellBrowserContext*>(content_browser_context); |
- return shell_context->CreateRequestContext(protocol_handlers, |
- std::move(request_interceptors)); |
-} |
- |
-content::ShellBrowserContext* ShellContentBrowserClient::browser_context() { |
- return shell_browser_main_parts_->browser_context(); |
-} |
- |
} // namespace examples |
} // namespace views |