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

Unified Diff: content/renderer/renderer_webidbfactory_impl.h

Issue 7889024: Implementation of IDBFactory::getDatabaseNames (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 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
Index: content/renderer/renderer_webidbfactory_impl.h
diff --git a/content/renderer/renderer_webidbfactory_impl.h b/content/renderer/renderer_webidbfactory_impl.h
index 2837911370044f370b1401d8837e58fa476894a8..0a38680e4d06ac1f878187a2320cc9fc07f89bb8 100644
--- a/content/renderer/renderer_webidbfactory_impl.h
+++ b/content/renderer/renderer_webidbfactory_impl.h
@@ -24,6 +24,13 @@ class RendererWebIDBFactoryImpl : public WebKit::WebIDBFactory {
virtual ~RendererWebIDBFactoryImpl();
// See WebIDBFactory.h for documentation on these functions.
+ virtual WebKit::WebDOMStringList databaseNames(
+ const WebKit::WebSecurityOrigin& origin,
+ WebKit::WebFrame* web_frame,
+ const WebKit::WebString& data_dir,
+ unsigned long long maximum_size,
+ WebKit::WebIDBFactory::BackingStoreType);
+
virtual void open(
const WebKit::WebString& name,
WebKit::WebIDBCallbacks* callbacks,

Powered by Google App Engine
This is Rietveld 408576698