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

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

Issue 10698053: Breaks compile on Linux Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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 | « chrome/browser/ui/cocoa/select_file_dialog_mac.mm ('k') | chrome/browser/ui/gtk/select_file_dialog_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/select_file_dialog_impl.h
===================================================================
--- chrome/browser/ui/gtk/select_file_dialog_impl.h (revision 144942)
+++ chrome/browser/ui/gtk/select_file_dialog_impl.h (working copy)
@@ -18,13 +18,10 @@
class SelectFileDialogImpl : public SelectFileDialog {
public:
// Factory method for creating a GTK-styled SelectFileDialogImpl
- static SelectFileDialogImpl* NewSelectFileDialogImplGTK(
- Listener* listener,
- ui::SelectFilePolicy* policy);
+ static SelectFileDialogImpl* NewSelectFileDialogImplGTK(Listener* listener);
// Factory method for creating a KDE-styled SelectFileDialogImpl
static SelectFileDialogImpl* NewSelectFileDialogImplKDE(
Listener* listener,
- ui::SelectFilePolicy* policy,
base::nix::DesktopEnvironment desktop);
// Returns true if the SelectFileDialog class returned by
@@ -36,8 +33,7 @@
virtual void ListenerDestroyed() OVERRIDE;
protected:
- explicit SelectFileDialogImpl(Listener* listener,
- ui::SelectFilePolicy* policy);
+ explicit SelectFileDialogImpl(Listener* listener);
virtual ~SelectFileDialogImpl();
// SelectFileDialog implementation.
« no previous file with comments | « chrome/browser/ui/cocoa/select_file_dialog_mac.mm ('k') | chrome/browser/ui/gtk/select_file_dialog_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698