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

Unified Diff: ui/shell_dialogs/select_file_dialog.h

Issue 22165002: Change the meaning of SelectFileDialog.support_drive: it means Drive-aware callers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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: ui/shell_dialogs/select_file_dialog.h
diff --git a/ui/shell_dialogs/select_file_dialog.h b/ui/shell_dialogs/select_file_dialog.h
index 3bd3c8e11b4d4c33c79f52fc3c38c6ef6cd60630..4c42843f83be7bed69a2fcacc77ea69328430858 100644
--- a/ui/shell_dialogs/select_file_dialog.h
+++ b/ui/shell_dialogs/select_file_dialog.h
@@ -128,6 +128,8 @@ class SHELL_DIALOGS_EXPORT SelectFileDialog
bool include_all_files;
// Specifies whether the caller can support files/folders that are on Drive.
+ // When this flag is false, the file dialog provides a local snapshot copy
+ // of selected files so that the caller can operate on it transparently.
satorux1 2013/08/06 02:07:17 More comment? If I understand correctly, Drive is
kinaba 2013/08/06 06:20:56 Added more comments. I think the name is still rel
bool support_drive;
};

Powered by Google App Engine
This is Rietveld 408576698