Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / libgtk2ui / select_file_dialog_impl.h
index 5429fdb..2416044 100644 (file)
@@ -39,7 +39,6 @@ class SelectFileDialogImpl : public ui::SelectFileDialog {
   static bool CheckKDEDialogWorksOnUIThread();
 
   // BaseShellDialog implementation.
-  virtual bool IsRunning(gfx::NativeWindow parent_window) const OVERRIDE;
   virtual void ListenerDestroyed() OVERRIDE;
 
  protected:
@@ -72,9 +71,6 @@ class SelectFileDialogImpl : public ui::SelectFileDialog {
   // Note: This starts from 1, not 0.
   size_t file_type_index_;
 
-  // The set of all parent windows for which we are currently running dialogs.
-  std::set<aura::Window*> parents_;
-
   // The type of dialog we are showing the user.
   Type type_;