Index: content/browser/renderer_host/render_process_host_impl.cc |
=================================================================== |
--- content/browser/renderer_host/render_process_host_impl.cc (revision 181789) |
+++ content/browser/renderer_host/render_process_host_impl.cc (working copy) |
@@ -154,7 +154,7 @@ |
new RenderThreadImpl(channel_id_); |
} |
- virtual void CleanUp() { |
+ virtual void CleanUp() OVERRIDE { |
render_process_.reset(); |
// It's a little lame to manually set this flag. But the single process |
@@ -193,7 +193,7 @@ |
} |
virtual net::URLRequestContext* GetRequestContext( |
- ResourceType::Type resource_type) { |
+ ResourceType::Type resource_type) OVERRIDE { |
net::URLRequestContextGetter* request_context = request_context_; |
// If the request has resource type of ResourceType::MEDIA, we use a request |
// context specific to media for handling it because these resources have |