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

Unified Diff: content/shell/browser/shell_browser_context.h

Issue 1862203005: Remove ContentBrowserClient::CreateRequestContext & CreateRequestContextForStoragePartition. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
Index: content/shell/browser/shell_browser_context.h
diff --git a/content/shell/browser/shell_browser_context.h b/content/shell/browser/shell_browser_context.h
index 1b3c0c48c50170a1d05c05799768293aa551937e..b848ca36d6764dc63a29e0265b6ca7b71ccdf48f 100644
--- a/content/shell/browser/shell_browser_context.h
+++ b/content/shell/browser/shell_browser_context.h
@@ -58,15 +58,14 @@ class ShellBrowserContext : public BrowserContext {
SSLHostStateDelegate* GetSSLHostStateDelegate() override;
PermissionManager* GetPermissionManager() override;
BackgroundSyncController* GetBackgroundSyncController() override;
-
net::URLRequestContextGetter* CreateRequestContext(
ProtocolHandlerMap* protocol_handlers,
- URLRequestInterceptorScopedVector request_interceptors);
+ URLRequestInterceptorScopedVector request_interceptors) override;
net::URLRequestContextGetter* CreateRequestContextForStoragePartition(
const base::FilePath& partition_path,
bool in_memory,
ProtocolHandlerMap* protocol_handlers,
- URLRequestInterceptorScopedVector request_interceptors);
+ URLRequestInterceptorScopedVector request_interceptors) override;
protected:
// Contains URLRequestContextGetter required for resource loading.

Powered by Google App Engine
This is Rietveld 408576698