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

Unified Diff: webkit/tools/test_shell/simple_file_writer.h

Issue 6603034: Stop returning the true root path of each filesystem from openFileSystem.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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: webkit/tools/test_shell/simple_file_writer.h
===================================================================
--- webkit/tools/test_shell/simple_file_writer.h (revision 78772)
+++ webkit/tools/test_shell/simple_file_writer.h (working copy)
@@ -13,12 +13,18 @@
class URLRequestContext;
} // namespace net
+namespace fileapi {
+class FileSystemContext;
+}
+
// An implementation of WebFileWriter for use in test_shell and DRT.
class SimpleFileWriter : public fileapi::WebFileWriterBase,
public base::SupportsWeakPtr<SimpleFileWriter> {
public:
SimpleFileWriter(
- const WebKit::WebString& path, WebKit::WebFileWriterClient* client);
+ const WebKit::WebString& path,
+ WebKit::WebFileWriterClient* client,
+ fileapi::FileSystemContext* file_system_context);
virtual ~SimpleFileWriter();
// Called by SimpleResourceLoaderBridge when the context is

Powered by Google App Engine
This is Rietveld 408576698