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

Unified Diff: webkit/support/webkit_support.h

Issue 9429029: Integrate the new DomStorage backend into DRT and test_shell. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 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
===================================================================
--- webkit/support/webkit_support.h (revision 124232)
+++ webkit/support/webkit_support.h (working copy)
@@ -24,6 +24,7 @@
class WebMediaPlayer;
class WebMediaPlayerClient;
class WebPlugin;
+class WebStorageNamespace;
class WebString;
class WebThemeEngine;
class WebURL;
@@ -83,6 +84,9 @@
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();
« 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