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

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: android 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
« no previous file with comments | « webkit/support/test_webkit_platform_support.cc ('k') | webkit/support/webkit_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/support/webkit_support.h
diff --git a/webkit/support/webkit_support.h b/webkit/support/webkit_support.h
index b51eb28cd22b42ffdf0b86cfcfbffbe50e6770b9..96fbdd1c8d678f02cebb215695e5bdfb2b7b9712 100644
--- a/webkit/support/webkit_support.h
+++ b/webkit/support/webkit_support.h
@@ -78,13 +78,6 @@ WebKit::Platform* GetWebKitPlatformSupport();
WebKit::WebPlugin* CreateWebPlugin(WebKit::WebFrame* frame,
const WebKit::WebPluginParams& params);
-// 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);
-
// Returns the root directory of the WebKit code.
WebKit::WebString GetWebKitRootDir();
@@ -215,13 +208,6 @@ WebKit::WebURLError CreateCancelledError(const WebKit::WebURLRequest& request);
WebKit::WebURLRequest::ExtraData* CreateWebURLRequestExtraData(
WebKit::WebReferrerPolicy referrer_policy);
-// - Database
-void SetDatabaseQuota(int quota);
-void ClearAllDatabases();
-
-// - Resource loader
-void SetAcceptAllCookies(bool accept);
-
// - Theme engine
#if defined(OS_WIN) || defined(OS_MACOSX)
void SetThemeEngine(WebKit::WebThemeEngine* engine);
@@ -231,16 +217,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);
« no previous file with comments | « webkit/support/test_webkit_platform_support.cc ('k') | webkit/support/webkit_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698