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

Side by Side Diff: content/browser/renderer_host/resource_dispatcher_host_delegate.cc

Issue 7135003: Remove last extension dependencies from content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 9 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "content/browser/renderer_host/resource_dispatcher_host_delegate.h" 5 #include "content/browser/renderer_host/resource_dispatcher_host_delegate.h"
6 6
7 ResourceDispatcherHostDelegate::ResourceDispatcherHostDelegate() { 7 ResourceDispatcherHostDelegate::ResourceDispatcherHostDelegate() {
8 } 8 }
9 9
10 ResourceDispatcherHostDelegate::~ResourceDispatcherHostDelegate() { 10 ResourceDispatcherHostDelegate::~ResourceDispatcherHostDelegate() {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 ResourceDispatcherHostLoginDelegate* 54 ResourceDispatcherHostLoginDelegate*
55 ResourceDispatcherHostDelegate::CreateLoginDelegate( 55 ResourceDispatcherHostDelegate::CreateLoginDelegate(
56 net::AuthChallengeInfo* auth_info, net::URLRequest* request) { 56 net::AuthChallengeInfo* auth_info, net::URLRequest* request) {
57 return NULL; 57 return NULL;
58 } 58 }
59 59
60 void ResourceDispatcherHostDelegate::HandleExternalProtocol(const GURL& url, 60 void ResourceDispatcherHostDelegate::HandleExternalProtocol(const GURL& url,
61 int child_id, 61 int child_id,
62 int route_id) { 62 int route_id) {
63 } 63 }
64
65 bool ResourceDispatcherHostDelegate::ShouldForceDownloadResource(
66 const GURL& url, const std::string& mime_type) {
67 return false;
68 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/resource_dispatcher_host_delegate.h ('k') | content/browser/resource_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698