| Index: content/public/test/mock_render_process_host.cc
|
| diff --git a/content/public/test/mock_render_process_host.cc b/content/public/test/mock_render_process_host.cc
|
| index 8cd52062c5ccd8b35782325847bdfe967d269342..71d9b7443284e92df8d2b910dbaa1467b5322def 100644
|
| --- a/content/public/test/mock_render_process_host.cc
|
| +++ b/content/public/test/mock_render_process_host.cc
|
| @@ -278,20 +278,6 @@ const base::TimeTicks& MockRenderProcessHost::GetInitTimeForNavigationMetrics()
|
| return dummy_time;
|
| }
|
|
|
| -bool MockRenderProcessHost::SubscribeUniformEnabled() const {
|
| - return false;
|
| -}
|
| -
|
| -void MockRenderProcessHost::OnAddSubscription(unsigned int target) {
|
| -}
|
| -
|
| -void MockRenderProcessHost::OnRemoveSubscription(unsigned int target) {
|
| -}
|
| -
|
| -void MockRenderProcessHost::SendUpdateValueState(
|
| - unsigned int target, const gpu::ValueState& state) {
|
| -}
|
| -
|
| #if defined(ENABLE_BROWSER_CDMS)
|
| scoped_refptr<media::MediaKeys> MockRenderProcessHost::GetCdm(
|
| int render_frame_id,
|
|
|