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

Unified Diff: content/utility/utility_thread_impl.h

Issue 10873028: Revert 152873 - Remove all the indexeddb-related utility process code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « content/renderer/renderer_webkitplatformsupport_impl.cc ('k') | content/utility/utility_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/utility/utility_thread_impl.h
===================================================================
--- content/utility/utility_thread_impl.h (revision 152976)
+++ content/utility/utility_thread_impl.h (working copy)
@@ -17,6 +17,9 @@
class FilePath;
namespace content {
+class IndexedDBKey;
+class IndexedDBKeyPath;
+class SerializedScriptValue;
class WebKitPlatformSupportImpl;
}
@@ -39,6 +42,14 @@
virtual bool OnControlMessageReceived(const IPC::Message& msg) OVERRIDE;
// IPC message handlers.
+ void OnIDBKeysFromValuesAndKeyPath(
+ int id,
+ const std::vector<content::SerializedScriptValue>&
+ serialized_script_values,
+ const content::IndexedDBKeyPath& idb_key_path);
+ void OnInjectIDBKey(const content::IndexedDBKey& key,
+ const content::SerializedScriptValue& value,
+ const content::IndexedDBKeyPath& key_path);
void OnBatchModeStarted();
void OnBatchModeFinished();
« no previous file with comments | « content/renderer/renderer_webkitplatformsupport_impl.cc ('k') | content/utility/utility_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698