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

Unified Diff: ui/shell_dialogs/selected_file_info.h

Issue 666693004: Stop fallback for empty local path in ui::SelectedFileInfo's constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format Created 6 years, 2 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/shell_dialogs/select_file_dialog.cc ('k') | ui/shell_dialogs/selected_file_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/shell_dialogs/selected_file_info.h
diff --git a/ui/shell_dialogs/selected_file_info.h b/ui/shell_dialogs/selected_file_info.h
index a2e9134b20ca54ee1c41be5f4243e971589a9bb0..a1789c970384dcc5340a151c45faa283bd80b2fb 100644
--- a/ui/shell_dialogs/selected_file_info.h
+++ b/ui/shell_dialogs/selected_file_info.h
@@ -20,10 +20,9 @@ struct SHELL_DIALOGS_EXPORT SelectedFileInfo {
// The actual local path to the selected file. This can be a snapshot file
// with a human unreadable name like /blah/.d41d8cd98f00b204e9800998ecf8427e.
- // |real_path| can differ from |file_path| for drive files (e.g.
+ // |local_path| can differ from |file_path| for drive files (e.g.
// /drive_cache/temporary/d41d8cd98f00b204e9800998ecf8427e vs.
// /special/drive/foo.txt).
- // If not set, defaults to |file_path|.
base::FilePath local_path;
// This field is optional. The display name contains only the base name
@@ -41,4 +40,3 @@ struct SHELL_DIALOGS_EXPORT SelectedFileInfo {
} // namespace ui
#endif // UI_SHELL_DIALOGS_SELECTED_FILE_INFO_H_
-
« no previous file with comments | « ui/shell_dialogs/select_file_dialog.cc ('k') | ui/shell_dialogs/selected_file_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698