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

Unified Diff: chrome/browser/ui/gtk/dialogs_common.h

Issue 7885002: Added support for KDE file dialogs. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 3 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 | « no previous file | chrome/browser/ui/gtk/dialogs_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/dialogs_common.h
===================================================================
--- chrome/browser/ui/gtk/dialogs_common.h (revision 101188)
+++ chrome/browser/ui/gtk/dialogs_common.h (working copy)
@@ -19,6 +19,8 @@
public:
// Factory method for creating a GTK-styled SelectFileDialogImpl
static SelectFileDialogImpl* NewSelectFileDialogImplGTK(Listener* listener);
+ // Factory method for creating a KDE-styled SelectFileDialogImpl
+ static SelectFileDialogImpl* NewSelectFileDialogImplKDE(Listener* listener);
// BaseShellDialog implementation.
virtual bool IsRunning(gfx::NativeWindow parent_window) const;
@@ -68,3 +70,4 @@
#endif // CHROME_BROWSER_UI_GTK_DIALOGS_COMMON_H_
+
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/dialogs_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698