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

Unified Diff: chrome/common/render_messages_internal.h

Issue 4350001: Added ability to propogate create to suggest whether or not filesystem's root... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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 | « chrome/common/file_system/file_system_dispatcher.cc ('k') | chrome/renderer/pepper_plugin_delegate_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/render_messages_internal.h
===================================================================
--- chrome/common/render_messages_internal.h (revision 64806)
+++ chrome/common/render_messages_internal.h (working copy)
@@ -2909,11 +2909,12 @@
// These are messages sent from the renderer to the browser process.
// WebFrameClient::openFileSystem() message.
- IPC_MESSAGE_CONTROL4(ViewHostMsg_OpenFileSystemRequest,
+ IPC_MESSAGE_CONTROL5(ViewHostMsg_OpenFileSystemRequest,
int /* request_id */,
GURL /* origin_url */,
fileapi::FileSystemType /* type */,
- int64 /* requested_size */)
+ int64 /* requested_size */,
+ bool /* create */)
// WebFileSystem::move() message.
IPC_MESSAGE_CONTROL3(ViewHostMsg_FileSystem_Move,
« no previous file with comments | « chrome/common/file_system/file_system_dispatcher.cc ('k') | chrome/renderer/pepper_plugin_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698