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

Unified Diff: ui/base/dialogs/select_file_dialog.cc

Issue 10908262: [cros] disable GDrive option on certain file pickers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: invert default in file manager Created 8 years, 3 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/base/dialogs/select_file_dialog.h ('k') | ui/base/dialogs/select_file_dialog_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/dialogs/select_file_dialog.cc
diff --git a/ui/base/dialogs/select_file_dialog.cc b/ui/base/dialogs/select_file_dialog.cc
index 120faef82a744a5596e67069a7eb50fa41b8929d..838c22007fea4e310257b98e8345ea240fc8ae05 100644
--- a/ui/base/dialogs/select_file_dialog.cc
+++ b/ui/base/dialogs/select_file_dialog.cc
@@ -31,7 +31,9 @@ ui::SelectFileDialogFactory* dialog_factory_ = NULL;
namespace ui {
-SelectFileDialog::FileTypeInfo::FileTypeInfo() : include_all_files(false) {}
+SelectFileDialog::FileTypeInfo::FileTypeInfo()
+ : include_all_files(false),
+ support_gdata(false) {}
SelectFileDialog::FileTypeInfo::~FileTypeInfo() {}
« no previous file with comments | « ui/base/dialogs/select_file_dialog.h ('k') | ui/base/dialogs/select_file_dialog_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698