blob: 0925e224cfb232ad8f86ce7bfd709a82bd323a50 [file] [log] [blame]
anantae60d1d42017-06-20 04:16:271// Copyright 2017 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "content/browser/loader/url_loader_request_handler.h"
6
7namespace content {
8
9mojom::URLLoaderFactoryPtr
10URLLoaderRequestHandler::MaybeCreateSubresourceFactory() {
11 return nullptr;
12}
13
14} // namespace content