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

Unified Diff: content/utility/utility_thread_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
« 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
diff --git a/content/utility/utility_thread_impl.h b/content/utility/utility_thread_impl.h
index 45f7a8be17dee5d52296961ea62700cb3b5d85fd..3e7fd9c0238c63545eda9326b3eb02a33c50d1ff 100644
--- a/content/utility/utility_thread_impl.h
+++ b/content/utility/utility_thread_impl.h
@@ -17,9 +17,6 @@
class FilePath;
namespace content {
-class IndexedDBKey;
-class IndexedDBKeyPath;
-class SerializedScriptValue;
class WebKitPlatformSupportImpl;
}
@@ -42,14 +39,6 @@ class UtilityThreadImpl : public content::UtilityThread,
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