Index: content/shell/shell_browser_context.cc |
diff --git a/content/shell/shell_browser_context.cc b/content/shell/shell_browser_context.cc |
index dbde11a7affc2f355dc4c89281a7d5dc224f11ad..ffefecf36c2fd2867b2f3225e66183ee5ddd5f17 100644 |
--- a/content/shell/shell_browser_context.cc |
+++ b/content/shell/shell_browser_context.cc |
@@ -101,7 +101,8 @@ net::URLRequestContextGetter* |
} |
net::URLRequestContextGetter* |
- ShellBrowserContext::GetRequestContextForMedia() { |
+ ShellBrowserContext::GetRequestContextForMedia( |
+ int renderer_child_id) { |
return GetRequestContext(); |
} |