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; |
}; |