| 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_
|
|
|
| +
|
|
|