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

Unified Diff: webkit/support/webkit_support.h

Issue 17476002: delete webkit/support/simple_xxx's (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/support/webkit_support.h
diff --git a/webkit/support/webkit_support.h b/webkit/support/webkit_support.h
index 85396dc64dd43025e5e151a1191349d88bc0a750..65406add40219b0a5a59e50be6813a48cbe65c1b 100644
--- a/webkit/support/webkit_support.h
+++ b/webkit/support/webkit_support.h
@@ -104,10 +104,6 @@ WebKit::WebMediaPlayer* CreateMediaPlayer(
const WebKit::WebURL& url,
WebKit::WebMediaPlayerClient* client);
-// This is used by WebFrameClient::createApplicationCacheHost().
-WebKit::WebApplicationCacheHost* CreateApplicationCacheHost(
- WebKit::WebFrame* frame, WebKit::WebApplicationCacheHostClient* client);
-
// This is used by WebViewHost::createSessionStorageNamespace().
WebKit::WebStorageNamespace* CreateSessionStorageNamespace(unsigned quota);
@@ -259,16 +255,6 @@ WebKit::WebThemeEngine* GetThemeEngine();
// - DevTools
WebKit::WebURL GetDevToolsPathAsURL();
-// - FileSystem
-void OpenFileSystem(WebKit::WebFrame* frame,
- WebKit::WebFileSystemType type,
- long long size,
- bool create,
- WebKit::WebFileSystemCallbacks* callbacks);
-void DeleteFileSystem(WebKit::WebFrame* frame,
- WebKit::WebFileSystemType type,
- WebKit::WebFileSystemCallbacks* callbacks);
-
// Returns a filesystem ID for the newly created isolated filesystem.
WebKit::WebString RegisterIsolatedFileSystem(
const WebKit::WebVector<WebKit::WebString>& filenames);

Powered by Google App Engine
This is Rietveld 408576698