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

Unified Diff: webkit/glue/webkitclient_impl.h

Issue 255050: Quota support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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/api/src/WebStorageNamespaceImpl.cpp ('k') | webkit/glue/webkitclient_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkitclient_impl.h
===================================================================
--- webkit/glue/webkitclient_impl.h (revision 27909)
+++ webkit/glue/webkitclient_impl.h (working copy)
@@ -70,7 +70,8 @@
// these methods will be deleted.
virtual WebKit::WebMediaPlayer* createWebMediaPlayer(
WebKit::WebMediaPlayerClient*, WebCore::Frame*);
- virtual void setCursorForPlugin(const WebKit::WebCursorInfo&, WebCore::Frame*);
+ virtual void setCursorForPlugin(
+ const WebKit::WebCursorInfo&, WebCore::Frame*);
virtual WebCore::String uiResourceProtocol();
virtual void notifyJSOutOfMemory(WebCore::Frame*);
virtual int screenDepth(WebCore::Widget*);
@@ -81,7 +82,11 @@
virtual bool popupsAllowed(NPP);
virtual void widgetSetCursor(WebCore::Widget*, const WebCore::Cursor&);
virtual void widgetSetFocus(WebCore::Widget*);
- virtual WebCore::WorkerContextProxy* createWorkerContextProxy(WebCore::Worker* worker);
+ virtual WebCore::WorkerContextProxy* createWorkerContextProxy(
+ WebCore::Worker* worker);
+ virtual WebKit::WebStorageNamespace* createLocalStorageNamespace(
+ const WebKit::WebString& path, unsigned quota);
+ virtual WebKit::WebStorageNamespace* createSessionStorageNamespace();
private:
void DoTimeout() {
« no previous file with comments | « webkit/api/src/WebStorageNamespaceImpl.cpp ('k') | webkit/glue/webkitclient_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698