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

Unified Diff: webkit/glue/idb_bindings.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: Updated against trunk, disabled one test 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: webkit/glue/idb_bindings.h
diff --git a/webkit/glue/idb_bindings.h b/webkit/glue/idb_bindings.h
index 5b9875783427d5b2c30aa68ddd493d5823b503b2..9a8f96a7cb57348c45ed4f5f59f7b73dc6436714 100644
--- a/webkit/glue/idb_bindings.h
+++ b/webkit/glue/idb_bindings.h
@@ -8,24 +8,8 @@
#include "webkit/glue/webkit_glue_export.h"
namespace WebKit {
-class WebIDBKey;
-class WebIDBKeyPath;
-class WebSerializedScriptValue;
}
namespace webkit_glue {
dgrogan 2012/08/17 20:54:51 Can you also remove idb_bindings.*?
-// Warning: this method holds a V8 lock, it should only be called within a
-// sandbox.
-WEBKIT_GLUE_EXPORT void IDBKeysFromValuesAndKeyPath(
- const std::vector<WebKit::WebSerializedScriptValue>&
- serialized_script_values,
- const WebKit::WebIDBKeyPath& idb_key_path,
- std::vector<WebKit::WebIDBKey>* values);
-
-WEBKIT_GLUE_EXPORT WebKit::WebSerializedScriptValue InjectIDBKey(
- const WebKit::WebIDBKey& key,
- const WebKit::WebSerializedScriptValue& value,
- const WebKit::WebIDBKeyPath& idb_key_path);
-
} // namespace webkit_glue

Powered by Google App Engine
This is Rietveld 408576698