chromium/chrome/browser/ui/views/extensions/extension_action_test_helper_aura.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 "base/check.h"
#include "base/memory/raw_ptr.h"
#include "base/run_loop.h"
#include "chrome/browser/ui/extensions/extension_action_test_helper.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/aura/client/window_types.h"
#include "ui/aura/window.h"
#include "ui/aura/window_observer.h"
#include "ui/wm/core/window_util.h"

namespace {

aura::Window* GetPopupAuraWindow(aura::Window* current) {}

class AuraWindowObserver : public aura::WindowObserver {};

}  // namespace

void ExtensionActionTestHelper::WaitForPopup() {}