summaryrefslogtreecommitdiffstats
path: root/webkit/port/page/chromium/ChromeClientChromium.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/port/page/chromium/ChromeClientChromium.h')
-rw-r--r--webkit/port/page/chromium/ChromeClientChromium.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/webkit/port/page/chromium/ChromeClientChromium.h b/webkit/port/page/chromium/ChromeClientChromium.h
deleted file mode 100644
index b59529a..0000000
--- a/webkit/port/page/chromium/ChromeClientChromium.h
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright (c) 2006-2008 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 ChromeClientWin_h
-#define ChromeClientWin_h
-
-#include <wtf/Forward.h>
-
-#include "ChromeClient.h"
-
-namespace WebCore {
- class Cursor;
- class FileChooser;
- class Frame;
- class FramelessScrollView;
- class IntRect;
- class String;
- class Widget;
-
- class ChromeClientChromium : public ChromeClient {
- public:
- // Notifies the client of a new popup widget. The client should place
- // and size the widget with the given bounds, relative to the screen.
- virtual void popupOpened(FramelessScrollView* popupView, const IntRect& bounds, bool focus_on_show) = 0;
- };
-}
-
-#endif // ChromeClientWin_h
-