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

Unified Diff: content/common/indexed_db/proxy_webidbobjectstore_impl.h

Issue 10083053: IndexedDB: Support get/getKey(keyRange) (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 8 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/common/indexed_db/proxy_webidbobjectstore_impl.h
diff --git a/content/common/indexed_db/proxy_webidbobjectstore_impl.h b/content/common/indexed_db/proxy_webidbobjectstore_impl.h
index 3c5490750ee8d91a129b05d83527ae2932e55710..4d7b53885c735b03ad128cfe2af0a9756e30727b 100644
--- a/content/common/indexed_db/proxy_webidbobjectstore_impl.h
+++ b/content/common/indexed_db/proxy_webidbobjectstore_impl.h
@@ -32,6 +32,10 @@ class RendererWebIDBObjectStoreImpl : public WebKit::WebIDBObjectStore {
WebKit::WebIDBCallbacks* callbacks,
const WebKit::WebIDBTransaction& transaction,
WebKit::WebExceptionCode& ec);
+ virtual void get(const WebKit::WebIDBKeyRange&,
jsbell 2012/04/18 19:23:44 Parameters aren't named; I'm not finding guidance
alecflett 2012/04/18 20:16:07 Fixed to at least be consistent with the file
+ WebKit::WebIDBCallbacks*,
+ const WebKit::WebIDBTransaction&,
+ WebKit::WebExceptionCode&);
virtual void put(const WebKit::WebSerializedScriptValue& value,
const WebKit::WebIDBKey& key,
PutMode put_mode,

Powered by Google App Engine
This is Rietveld 408576698