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

Unified Diff: content/renderer/renderer_webkitplatformsupport_impl.h

Issue 10834350: Remove all the indexeddb-related utility process code (Closed) Base URL: http://git.chromium.org/chromium/src.git@opencursor-cleanup
Patch Set: Rebase, attempt to reland Created 8 years, 4 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_webkitplatformsupport_impl.h
diff --git a/content/renderer/renderer_webkitplatformsupport_impl.h b/content/renderer/renderer_webkitplatformsupport_impl.h
index 644660440c9a1a595789774e7672421cdf5b885f..62bd51224a901ccfaef3f7f793e37b2d4de2f4eb 100644
--- a/content/renderer/renderer_webkitplatformsupport_impl.h
+++ b/content/renderer/renderer_webkitplatformsupport_impl.h
@@ -67,14 +67,6 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl
const WebKit::WebURL& url) OVERRIDE;
virtual void screenColorProfile(WebKit::WebVector<char>* to_profile) OVERRIDE;
virtual WebKit::WebIDBFactory* idbFactory() OVERRIDE;
- virtual void createIDBKeysFromSerializedValuesAndKeyPath(
- const WebKit::WebVector<WebKit::WebSerializedScriptValue>& values,
- const WebKit::WebIDBKeyPath& keyPath,
- WebKit::WebVector<WebKit::WebIDBKey>& keys) OVERRIDE;
- virtual WebKit::WebSerializedScriptValue injectIDBKeyIntoSerializedValue(
- const WebKit::WebIDBKey& key,
- const WebKit::WebSerializedScriptValue& value,
- const WebKit::WebIDBKeyPath& keyPath) OVERRIDE;
virtual WebKit::WebFileSystem* fileSystem() OVERRIDE;
virtual WebKit::WebSharedWorkerRepository* sharedWorkerRepository() OVERRIDE;
virtual bool canAccelerate2dCanvas();
« no previous file with comments | « content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc ('k') | content/renderer/renderer_webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698