#include "content/browser/webrtc/webrtc_webcam_browsertest.h"
#include <vector>
#include "base/command_line.h"
#include "base/strings/utf_string_conversions.h"
#include "build/build_config.h"
#include "content/browser/web_contents/web_contents_impl.h"
#include "content/public/common/content_switches.h"
#include "content/public/test/browser_test.h"
#include "content/public/test/browser_test_utils.h"
#include "content/public/test/content_browser_test.h"
#include "content/public/test/content_browser_test_utils.h"
#include "content/public/test/test_utils.h"
#include "content/shell/browser/shell.h"
#include "media/base/media_switches.h"
#include "net/test/embedded_test_server/embedded_test_server.h"
namespace {
const base::CommandLine::StringType FAKE_DEVICE_FLAG = …base::ASCIIToWide(switches::kUseFakeDeviceForMediaStream);
#else
switches::kUseFakeDeviceForMediaStream;
#endif
bool IsUseFakeDeviceForMediaStream(const base::CommandLine::StringType& arg) { … }
void RemoveFakeDeviceFromCommandLine(base::CommandLine* command_line) { … }
}
namespace content {
void UsingRealWebcam_WebRtcWebcamBrowserTest::SetUpCommandLine(
base::CommandLine* command_line) { … }
void UsingRealWebcam_WebRtcWebcamBrowserTest::SetUp() { … }
IN_PROC_BROWSER_TEST_F(UsingRealWebcam_WebRtcWebcamBrowserTest,
MANUAL_CanAcquireVga) { … }
}