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

Unified Diff: chrome/browser/ui/views/select_file_dialog_extension.cc

Issue 10695066: Move SelectFileDialog implementation to ui/base/dialogs/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reupload because weirdness Created 8 years, 5 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
Index: chrome/browser/ui/views/select_file_dialog_extension.cc
diff --git a/chrome/browser/ui/views/select_file_dialog_extension.cc b/chrome/browser/ui/views/select_file_dialog_extension.cc
index 0f9cbfbcc634d3180de859d45d09337eed3f5e8b..655b8d3b94220a114d2abaf5b6cb68b7701bcc82 100644
--- a/chrome/browser/ui/views/select_file_dialog_extension.cc
+++ b/chrome/browser/ui/views/select_file_dialog_extension.cc
@@ -80,6 +80,7 @@ scoped_refptr<SelectFileDialogExtension> PendingDialog::Find(int32 tab_id) {
} // namespace
+/*
James Cook 2012/07/11 22:34:14 Did you mean to leave this in?
// Linking this implementation of SelectFileDialog::Create into the target
// selects FileManagerDialog as the dialog of choice.
// TODO(jamescook): Move this into a new file shell_dialogs_chromeos.cc
@@ -91,6 +92,7 @@ SelectFileDialog* SelectFileDialog::Create(Listener* listener,
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
return SelectFileDialogExtension::Create(listener, policy);
}
+*/
/////////////////////////////////////////////////////////////////////////////

Powered by Google App Engine
This is Rietveld 408576698