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

Unified Diff: chrome/browser/local_discovery/storage/privet_filesystem_backend.h

Issue 141703022: Support for file listing in privet local filesystem (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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: chrome/browser/local_discovery/storage/privet_filesystem_backend.h
diff --git a/chrome/browser/local_discovery/storage/privet_filesystem_backend.h b/chrome/browser/local_discovery/storage/privet_filesystem_backend.h
index eb1205125abffb17b01ba7c37b58ea4b052d3004..095d7d3b5dd814d8004ccdb9289a67a188006f68 100644
--- a/chrome/browser/local_discovery/storage/privet_filesystem_backend.h
+++ b/chrome/browser/local_discovery/storage/privet_filesystem_backend.h
@@ -9,6 +9,7 @@
#include <vector>
#include "base/memory/ref_counted.h"
+#include "content/public/browser/browser_context.h"
#include "webkit/browser/blob/file_stream_reader.h"
#include "webkit/browser/fileapi/external_mount_points.h"
#include "webkit/browser/fileapi/file_stream_writer.h"
@@ -20,7 +21,8 @@ class PrivetFileSystemAsyncUtil;
class PrivetFileSystemBackend : public fileapi::FileSystemBackend {
public:
- explicit PrivetFileSystemBackend(fileapi::ExternalMountPoints* mount_points);
+ explicit PrivetFileSystemBackend(fileapi::ExternalMountPoints* mount_points,
Vitaly Buka (NO REVIEWS) 2014/02/03 23:32:33 -explicit
Noam Samuel 2014/02/04 00:06:36 Done.
+ content::BrowserContext* browser_context);
virtual ~PrivetFileSystemBackend();
// FileSystemBackend implementation.

Powered by Google App Engine
This is Rietveld 408576698