diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-25 15:27:18 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-25 15:27:18 +0000 |
commit | dc73a7bd4926f66683849cb2ad277e4fc4ae4d57 (patch) | |
tree | 7a02b53920ccc3292b403ff43f5890dfabbd50c0 /content/shell/shell_resource_context.cc | |
parent | 4af3cc758ddb8f642d068d9c10d9563306bf5c50 (diff) | |
download | chromium_src-dc73a7bd4926f66683849cb2ad277e4fc4ae4d57.zip chromium_src-dc73a7bd4926f66683849cb2ad277e4fc4ae4d57.tar.gz chromium_src-dc73a7bd4926f66683849cb2ad277e4fc4ae4d57.tar.bz2 |
Move the MediaObserver getter from ResourceContext to ContentBrowserClient, since we only need to support one.
BUG=98716
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=128789
Review URL: https://chromiumcodereview.appspot.com/9845033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128819 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/shell_resource_context.cc')
-rw-r--r-- | content/shell/shell_resource_context.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/shell/shell_resource_context.cc b/content/shell/shell_resource_context.cc index dbe20e8..4d247e4 100644 --- a/content/shell/shell_resource_context.cc +++ b/content/shell/shell_resource_context.cc @@ -23,8 +23,4 @@ net::URLRequestContext* ShellResourceContext::GetRequestContext() { return getter_->GetURLRequestContext(); } -MediaObserver* ShellResourceContext::GetMediaObserver() { - return NULL; -} - } // namespace content |