chromium/chrome/browser/vr/test/webxr_browser_test.cc

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/vr/test/webxr_browser_test.h"
#include "content/public/browser/web_contents.h"

namespace vr {

bool WebXrBrowserTestBase::XrDeviceFound(content::WebContents* web_contents) {}

void WebXrBrowserTestBase::EnterSessionWithUserGestureAndWait(
    content::WebContents* web_contents) {}

bool WebXrBrowserTestBase::XrDeviceFound() {}

void WebXrBrowserTestBase::EnterSessionWithUserGesture() {}

void WebXrBrowserTestBase::EnterSessionWithUserGestureAndWait() {}

void WebXrBrowserTestBase::EnterSessionWithUserGestureOrFail() {}

void WebXrBrowserTestBase::EndSession() {}

void WebXrBrowserTestBase::EndSessionOrFail() {}

}  // namespace vr