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

Unified Diff: ui/base/linux_ui.h

Issue 11878031: Bring back the file dialogs for chrome AURA. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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 | « ui/android/ui_jni_registrar.cc ('k') | ui/base/ui_base_exports.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/linux_ui.h
===================================================================
--- ui/base/linux_ui.h (revision 177210)
+++ ui/base/linux_ui.h (working copy)
@@ -5,7 +5,6 @@
#ifndef UI_BASE_LINUX_UI_H_
#define UI_BASE_LINUX_UI_H_
-#include "ui/base/dialogs/select_file_dialog.h"
#include "ui/base/ui_export.h"
#include "third_party/skia/include/core/SkColor.h"
@@ -44,11 +43,6 @@
virtual bool UseNativeTheme() const = 0;
virtual gfx::Image* GetThemeImageNamed(int id) const = 0;
virtual bool GetColor(int id, SkColor* color) const = 0;
-
- // Returns a native file selection dialog.
- virtual SelectFileDialog* CreateSelectFileDialog(
- SelectFileDialog::Listener* listener,
- SelectFilePolicy* policy) const = 0;
};
} // namespace ui
« no previous file with comments | « ui/android/ui_jni_registrar.cc ('k') | ui/base/ui_base_exports.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698