// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef EXTENSIONS_BROWSER_GUEST_VIEW_EXTENSIONS_GUEST_VIEW_MANAGER_DELEGATE_H_ #define EXTENSIONS_BROWSER_GUEST_VIEW_EXTENSIONS_GUEST_VIEW_MANAGER_DELEGATE_H_ #include "components/guest_view/browser/guest_view_manager_delegate.h" namespace extensions { // ExtensionsGuestViewManagerDelegate implements GuestViewManager functionality // specific to Chromium builds that include the extensions module. class ExtensionsGuestViewManagerDelegate : public guest_view::GuestViewManagerDelegate { … }; } // namespace extensions #endif // EXTENSIONS_BROWSER_GUEST_VIEW_EXTENSIONS_GUEST_VIEW_MANAGER_DELEGATE_H_