Index: content/browser/indexed_db/indexed_db_callbacks.h |
diff --git a/content/browser/indexed_db/indexed_db_callbacks.h b/content/browser/indexed_db/indexed_db_callbacks.h |
index c3b564f33c7ca85799c254e21d6f7c1c90e93914..aa3cc0c3ad231e72bdbaa9a70c5d07b991c67585 100644 |
--- a/content/browser/indexed_db/indexed_db_callbacks.h |
+++ b/content/browser/indexed_db/indexed_db_callbacks.h |
@@ -24,7 +24,6 @@ |
#include "url/origin.h" |
namespace content { |
-class IndexedDBBlobInfo; |
class IndexedDBConnection; |
class IndexedDBCursor; |
class IndexedDBDatabase; |
@@ -93,19 +92,12 @@ class CONTENT_EXPORT IndexedDBCallbacks |
// IndexedDBCursor::Continue / Advance (when complete) |
virtual void OnSuccess(); |
- // Checks to see if the associated dispatcher host is still connected. If |
- // not this request can be dropped. |
- virtual bool IsValid() const; |
- |
void SetConnectionOpenStartTime(const base::TimeTicks& start_time); |
protected: |
virtual ~IndexedDBCallbacks(); |
private: |
- void RegisterBlobsAndSend(const std::vector<IndexedDBBlobInfo>& blob_info, |
- const base::Closure& callback); |
- |
friend class base::RefCounted<IndexedDBCallbacks>; |
class IOThreadHelper; |