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

Side by Side Diff: content/browser/mock_resource_context.cc

Issue 9375024: Get IPC working for Indexed DB in shared workers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to ToT Created 8 years, 10 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/mock_resource_context.h" 5 #include "content/browser/mock_resource_context.h"
6 6
7 #include "base/lazy_instance.h" 7 #include "base/lazy_instance.h"
8 #include "net/url_request/url_request_test_util.h" 8 #include "net/url_request/url_request_test_util.h"
9 9
10 namespace content { 10 namespace content {
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 70
71 media_stream::MediaStreamManager* 71 media_stream::MediaStreamManager*
72 MockResourceContext::GetMediaStreamManager() { 72 MockResourceContext::GetMediaStreamManager() {
73 return media_stream_manager_; 73 return media_stream_manager_;
74 } 74 }
75 75
76 AudioManager* MockResourceContext::GetAudioManager() { 76 AudioManager* MockResourceContext::GetAudioManager() {
77 return audio_manager_; 77 return audio_manager_;
78 } 78 }
79 79
80 WebKitContext* MockResourceContext::GetWebKitContext() {
81 return NULL;
82 }
83
80 } // namespace content 84 } // namespace content
OLDNEW
« no previous file with comments | « content/browser/mock_resource_context.h ('k') | content/browser/worker_host/worker_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698