summaryrefslogtreecommitdiffstats
path: root/webkit/support/webkit_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/support/webkit_support.h')
-rw-r--r--webkit/support/webkit_support.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/webkit/support/webkit_support.h b/webkit/support/webkit_support.h
index feaf0e4..1144d31 100644
--- a/webkit/support/webkit_support.h
+++ b/webkit/support/webkit_support.h
@@ -12,7 +12,6 @@
#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 {
@@ -216,10 +215,6 @@ 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,