chromium/chrome/browser/ui/exclusive_access/exclusive_access_bubble_type.cc

// Copyright 2012 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/ui/exclusive_access/exclusive_access_bubble_type.h"

#include "base/strings/utf_string_conversions.h"
#include "chrome/browser/ui/ui_features.h"
#include "chrome/common/url_constants.h"
#include "chrome/grit/generated_resources.h"
#include "components/strings/grit/components_strings.h"
#include "extensions/browser/extension_registry.h"
#include "extensions/common/constants.h"
#include "extensions/common/extension.h"
#include "extensions/common/extension_set.h"
#include "ui/base/l10n/l10n_util.h"

namespace exclusive_access_bubble {

namespace {

// Helper function to categorize if the bubble type requires hold to exit.
bool IsHoldRequiredToExit(ExclusiveAccessBubbleType type) {}

}  // namespace

std::u16string GetInstructionTextForType(ExclusiveAccessBubbleType type,
                                         const std::u16string& accelerator,
                                         bool has_download,
                                         bool notify_overridden) {}

bool IsExclusiveAccessModeBrowserFullscreen(ExclusiveAccessBubbleType type) {}

}  // namespace exclusive_access_bubble