chromium/chrome/browser/vr/model/web_vr_model.h

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

#ifndef CHROME_BROWSER_VR_MODEL_WEB_VR_MODEL_H_
#define CHROME_BROWSER_VR_MODEL_WEB_VR_MODEL_H_

#include "chrome/browser/vr/vr_base_export.h"

namespace vr {

// As we wait for WebVR frames, we may pass through the following states.
enum WebVrState {};

// Type of permission prompt visible out-of-headset on a desktop display that
// the user may want to respond to. Currently this can't differentiate between
// specific permission requests, in the future we may add kPromptBluetooth etc.
enum class ExternalPromptNotificationType {};

struct VR_BASE_EXPORT WebVrModel {};

}  // namespace vr

#endif  // CHROME_BROWSER_VR_MODEL_WEB_VR_MODEL_H_