Index: webkit/port/page/ChromeClientWin.h |
=================================================================== |
--- webkit/port/page/ChromeClientWin.h (revision 3423) |
+++ webkit/port/page/ChromeClientWin.h (working copy) |
@@ -1,31 +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 FileChooser; |
- class Frame; |
- class String; |
- |
- class ChromeClientWin : public ChromeClient { |
- public: |
- // Opens the file selection dialog. |
- virtual void runFileChooser(const String& defaultFileName, |
- PassRefPtr<FileChooser> file_chooser) = 0; |
- |
- // Given a rect in main frame coordinates, returns a new rect relative |
- // to the screen. |
- virtual IntRect windowToScreen(const IntRect& rect) = 0; |
- }; |
-} |
- |
-#endif // ChromeClientWin_h |
- |