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

Unified Diff: content/common/file_system/webfilesystem_impl.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: content/common/file_system/webfilesystem_impl.h
===================================================================
--- content/common/file_system/webfilesystem_impl.h (revision 78772)
+++ content/common/file_system/webfilesystem_impl.h (working copy)
@@ -64,6 +64,7 @@
virtual WebKit::WebFileWriter* createFileWriter(
const WebKit::WebString& path, WebKit::WebFileWriterClient*);
+
kinuko 2011/03/22 00:16:24 No need to change this file?
ericu 2011/03/22 00:40:31 Reverted.
};
#endif // CONTENT_COMMON_FILE_SYSTEM_WEBFILESYSTEM_IMPL_H_

Powered by Google App Engine
This is Rietveld 408576698