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

Unified Diff: net/base/directory_lister.h

Issue 2786583002: chromeos: Check both original and absolute paths for file: scheme (Closed)
Patch Set: remove dcheck Created 3 years, 7 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 | « ios/web_view/internal/web_view_network_delegate.cc ('k') | net/base/directory_lister.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/directory_lister.h
diff --git a/net/base/directory_lister.h b/net/base/directory_lister.h
index 4491c095d581863d56abdbaee1c7c713540345bc..0489341d1efc60c4377eeb1182f62bd583e9fe40 100644
--- a/net/base/directory_lister.h
+++ b/net/base/directory_lister.h
@@ -32,6 +32,7 @@ class NET_EXPORT DirectoryLister {
struct DirectoryListerData {
base::FileEnumerator::FileInfo info;
base::FilePath path;
+ base::FilePath absolute_path;
};
// Implement this class to receive directory entries.
« no previous file with comments | « ios/web_view/internal/web_view_network_delegate.cc ('k') | net/base/directory_lister.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698