| Index: webkit/tools/test_shell/test_shell_webblobregistry_impl.h
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell_webblobregistry_impl.h (revision 103169)
|
| +++ webkit/tools/test_shell/test_shell_webblobregistry_impl.h (working copy)
|
| @@ -32,15 +32,14 @@
|
| const WebKit::WebURL& src_url);
|
| virtual void unregisterBlobURL(const WebKit::WebURL& url);
|
|
|
| - // Run on I/O thread.
|
| - void DoRegisterBlobUrl(const GURL& url, webkit_blob::BlobData* blob_data);
|
| - void DoRegisterBlobUrlFrom(const GURL& url, const GURL& src_url);
|
| - void DoUnregisterBlobUrl(const GURL& url);
|
| -
|
| - protected:
|
| + private:
|
| friend class base::RefCountedThreadSafe<TestShellWebBlobRegistryImpl>;
|
|
|
| - private:
|
| + // Run on I/O thread.
|
| + void AddFinishedBlob(const GURL& url, webkit_blob::BlobData* blob_data);
|
| + void CloneBlob(const GURL& url, const GURL& src_url);
|
| + void RemoveBlob(const GURL& url);
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(TestShellWebBlobRegistryImpl);
|
| };
|
|
|
|
|