chromium/chrome/browser/ui/qrcode_generator/qrcode_generator_bubble_controller.cc

// Copyright 2019 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/qrcode_generator/qrcode_generator_bubble_controller.h"

#include "chrome/browser/browser_process.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/browser_finder.h"
#include "chrome/browser/ui/browser_window.h"
#include "chrome/browser/ui/qrcode_generator/qrcode_generator_bubble_view.h"
#include "chrome/browser/ui/sharing_hub/sharing_hub_bubble_controller.h"
#include "chrome/common/pref_names.h"
#include "components/prefs/pref_change_registrar.h"
#include "content/public/browser/web_contents.h"
#include "url/gurl.h"

namespace {

PrefService* GetPrefService() {}

// Returns whether the QR code generator is enabled by policy.
bool IsQRCodeGeneratorEnabledByPolicy() {}

}  // namespace

qrcode_generator  // namespace qrcode_generator