feat: remove getMediaSourceIdForWebContents() (#25414)
This reverts commit 204f001c5d
.
This commit is contained in:
parent
5de7eb3618
commit
9f4a097e03
9 changed files with 1 additions and 175 deletions
|
@ -13,7 +13,6 @@
|
|||
#include "chrome/browser/media/webrtc/native_desktop_media_list.h"
|
||||
#include "gin/handle.h"
|
||||
#include "gin/wrappable.h"
|
||||
#include "shell/common/gin_helper/dictionary.h"
|
||||
|
||||
namespace electron {
|
||||
|
||||
|
@ -33,12 +32,6 @@ class DesktopCapturer : public gin::Wrappable<DesktopCapturer>,
|
|||
|
||||
static gin::Handle<DesktopCapturer> Create(v8::Isolate* isolate);
|
||||
|
||||
static std::string GetMediaSourceIdForWebContents(
|
||||
v8::Isolate* isolate,
|
||||
gin_helper::ErrorThrower thrower,
|
||||
int32_t request_web_contents_id,
|
||||
int32_t web_contents_id);
|
||||
|
||||
void StartHandling(bool capture_window,
|
||||
bool capture_screen,
|
||||
const gfx::Size& thumbnail_size,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue