chromium/chrome/browser/plugins/plugin_prefs_unittest.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/plugins/plugin_prefs.h"

#include "base/files/file_path.h"
#include "base/memory/scoped_refptr.h"
#include "chrome/common/chrome_content_client.h"
#include "content/public/common/webplugininfo.h"
#include "testing/gtest/include/gtest/gtest.h"

class PluginPrefsTest : public ::testing::Test {};

TEST_F(PluginPrefsTest, AlwaysOpenPdfExternally) {}