| Index: content/browser/download/download_manager_impl_unittest.cc
|
| diff --git a/content/browser/download/download_manager_impl_unittest.cc b/content/browser/download/download_manager_impl_unittest.cc
|
| index 536cdfa178ae03e3824582ca6a0187c8f34929e0..8b44cb02f41da48cbce49578a57494bbd3ba155e 100644
|
| --- a/content/browser/download/download_manager_impl_unittest.cc
|
| +++ b/content/browser/download/download_manager_impl_unittest.cc
|
| @@ -412,18 +412,6 @@ class MockBrowserContext : public BrowserContext {
|
| MOCK_METHOD2(GetMediaRequestContextForStoragePartition,
|
| net::URLRequestContextGetter*(
|
| const base::FilePath& partition_path, bool in_memory));
|
| - MOCK_METHOD6(RequestMidiSysExPermission,
|
| - void(int render_process_id,
|
| - int render_view_id,
|
| - int bridge_id,
|
| - const GURL& requesting_frame,
|
| - bool user_gesture,
|
| - const MidiSysExPermissionCallback& callback));
|
| - MOCK_METHOD4(CancelMidiSysExPermissionRequest,
|
| - void(int render_process_id,
|
| - int render_view_id,
|
| - int bridge_id,
|
| - const GURL& requesting_frame));
|
| MOCK_METHOD4(RequestProtectedMediaIdentifierPermission,
|
| void(int render_process_id,
|
| int render_view_id,
|
|
|