diff options
author | vrk@chromium.org <vrk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-07 20:33:39 +0000 |
---|---|---|
committer | vrk@chromium.org <vrk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-07 20:33:39 +0000 |
commit | 433df47a83b4a3bf948d2e7234a7748e7b6b87b4 (patch) | |
tree | f447143a255feeced823a7320a72e221ac796a85 /chrome/renderer/chrome_render_process_observer.h | |
parent | 10658cb60e12130ceef08c62d966dccac4e6b2f1 (diff) | |
download | chromium_src-433df47a83b4a3bf948d2e7234a7748e7b6b87b4.zip chromium_src-433df47a83b4a3bf948d2e7234a7748e7b6b87b4.tar.gz chromium_src-433df47a83b4a3bf948d2e7234a7748e7b6b87b4.tar.bz2 |
Enable audio/video tag in content_shell
Some media initialization work needed to be added to the shell in order for
the ffmpeg stubs to be loaded and for the media tags to be recognized.
AudioManager also needed to be added to the shell, as the Chromium-equivalent
lives in BrowserProcessImpl, and the media code should not assume the
MediaInternals has been created.
BUG=112043,116906
TEST=content_shell builds and can play the videos in the bug above
Review URL: http://codereview.chromium.org/9316077
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125442 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/chrome_render_process_observer.h')
-rw-r--r-- | chrome/renderer/chrome_render_process_observer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/renderer/chrome_render_process_observer.h b/chrome/renderer/chrome_render_process_observer.h index ed4805e..ef83881 100644 --- a/chrome/renderer/chrome_render_process_observer.h +++ b/chrome/renderer/chrome_render_process_observer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -48,7 +48,6 @@ class ChromeRenderProcessObserver : public content::RenderProcessObserver { private: // RenderProcessObserver implementation. virtual bool OnControlMessageReceived(const IPC::Message& message) OVERRIDE; - virtual void WebKitInitialized() OVERRIDE; void OnSetIsIncognitoProcess(bool is_incognito_process); void OnSetContentSettingsForCurrentURL( |