Index: chrome/browser/ui/views/options/plugin_filter_page_view.h |
diff --git a/chrome/browser/ui/views/options/plugin_filter_page_view.h b/chrome/browser/ui/views/options/plugin_filter_page_view.h |
deleted file mode 100644 |
index 6a1d4419e9f4b7dc33085aec35b090b71525b720..0000000000000000000000000000000000000000 |
--- a/chrome/browser/ui/views/options/plugin_filter_page_view.h |
+++ /dev/null |
@@ -1,32 +0,0 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#ifndef CHROME_BROWSER_UI_VIEWS_OPTIONS_PLUGIN_FILTER_PAGE_VIEW_H_ |
-#define CHROME_BROWSER_UI_VIEWS_OPTIONS_PLUGIN_FILTER_PAGE_VIEW_H_ |
-#pragma once |
- |
-#include "chrome/browser/ui/views/options/content_filter_page_view.h" |
- |
-//////////////////////////////////////////////////////////////////////////////// |
-// PluginFilterPageView class is used to render the plugin content settings tab. |
- |
-class PluginFilterPageView : public ContentFilterPageView, |
- public views::LinkController { |
- public: |
- explicit PluginFilterPageView(Profile* profile); |
- virtual ~PluginFilterPageView(); |
- |
- private: |
- // Overridden from ContentFilterPageView: |
- virtual void InitControlLayout(); |
- |
- // Overridden from views::LinkController: |
- virtual void LinkActivated(views::Link* source, int event_flags); |
- |
- private: |
- DISALLOW_IMPLICIT_CONSTRUCTORS(PluginFilterPageView); |
-}; |
- |
-#endif // CHROME_BROWSER_UI_VIEWS_OPTIONS_PLUGIN_FILTER_PAGE_VIEW_H_ |
- |