Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(533)

Unified Diff: webkit/port/page/ChromeClientWin.h

Issue 7419: Move many files that were suffixed Win.cpp to Chromium.cpp, and place them in... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/port/page/AccessibilityObjectWin.cpp ('k') | webkit/port/page/DragControllerWin.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
-
« no previous file with comments | « webkit/port/page/AccessibilityObjectWin.cpp ('k') | webkit/port/page/DragControllerWin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698