chromium/chrome/browser/plugins/pdf_iframe_navigation_throttle.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_PLUGINS_PDF_IFRAME_NAVIGATION_THROTTLE_H_
#define CHROME_BROWSER_PLUGINS_PDF_IFRAME_NAVIGATION_THROTTLE_H_

#include <memory>
#include <vector>

#include "base/memory/weak_ptr.h"
#include "content/public/browser/navigation_throttle.h"
#include "ppapi/buildflags/buildflags.h"

namespace content {
class NavigationHandle;
struct WebPluginInfo;
}  // namespace content

class PDFIFrameNavigationThrottle : public content::NavigationThrottle {};

#endif  // CHROME_BROWSER_PLUGINS_PDF_IFRAME_NAVIGATION_THROTTLE_H_