Add Adreno GPU to deep memory profiler Android policies
[chromium-blink-merge.git] / net / http / http_pipelined_host_test_util.cc
blob5162e983708f8fbae0fe6d9ed83ac24620f2462d
1 // Copyright (c) 2012 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.
5 #include "net/http/http_pipelined_host_test_util.h"
7 #include "net/proxy/proxy_info.h"
8 #include "net/ssl/ssl_config_service.h"
10 namespace net {
12 MockHostDelegate::MockHostDelegate() {
15 MockHostDelegate::~MockHostDelegate() {
18 MockPipelineFactory::MockPipelineFactory() {
21 MockPipelineFactory::~MockPipelineFactory() {
24 MockPipeline::MockPipeline(int depth, bool usable, bool active)
25 : depth_(depth),
26 usable_(usable),
27 active_(active) {
30 MockPipeline::~MockPipeline() {
33 } // namespace net