summaryrefslogtreecommitdiffstats
path: root/webkit/support/webkit_support.h
diff options
context:
space:
mode:
authorkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-02 07:21:32 +0000
committerkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-02 07:21:32 +0000
commit97f0c438c5c07b22216ac610895e2fa205238b24 (patch)
tree2793b55d712d2d438d34823caa626261466472fd /webkit/support/webkit_support.h
parent82a3468d988052dc8f857d9dd3963e2f581875e3 (diff)
downloadchromium_src-97f0c438c5c07b22216ac610895e2fa205238b24.zip
chromium_src-97f0c438c5c07b22216ac610895e2fa205238b24.tar.gz
chromium_src-97f0c438c5c07b22216ac610895e2fa205238b24.tar.bz2
Relanding 9866038: Adding DRT support for drag-and-drop using IsolatedFileSystem
Reverted for suspicious WebKit flakiness, but looks like it was a false alarm. TBR=kinuko@chromium.org BUG=99823 TEST=Layout test is to be added Review URL: https://chromiumcodereview.appspot.com/9959058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130105 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/support/webkit_support.h')
-rw-r--r--webkit/support/webkit_support.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/webkit/support/webkit_support.h b/webkit/support/webkit_support.h
index 1144d31..feaf0e4 100644
--- a/webkit/support/webkit_support.h
+++ b/webkit/support/webkit_support.h
@@ -12,6 +12,7 @@
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDevToolsAgentClient.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebFileSystem.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebGraphicsContext3D.h"
+#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebVector.h"
#include "ui/base/keycodes/keyboard_codes.h"
namespace WebKit {
@@ -215,6 +216,10 @@ WebKit::WebURL GetDevToolsPathAsURL();
void OpenFileSystem(WebKit::WebFrame* frame, WebKit::WebFileSystem::Type type,
long long size, bool create, WebKit::WebFileSystemCallbacks* callbacks);
+// Returns a filesystem ID for the newly created isolated filesystem.
+WebKit::WebString RegisterIsolatedFileSystem(
+ const WebKit::WebVector<WebKit::WebString>& filenames);
+
// -------- Keyboard code
enum {
VKEY_LEFT = ui::VKEY_LEFT,