CacheStorage: Merge CacheStorageListener into CacheStorageDispatcherHost (2)
commit31aad3b6880b794f916cdd4f1a846a878675080f
authornhiroki <nhiroki@chromium.org>
Tue, 28 Apr 2015 16:50:47 +0000 (28 09:50 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 28 Apr 2015 16:51:18 +0000 (28 16:51 +0000)
tree082adbdeb92c2dfe4e58d92a3f5566058523a4cb
parente7075a23c0c2949398a8ff3c1f94aeb581be9f91
CacheStorage: Merge CacheStorageListener into CacheStorageDispatcherHost (2)

CacheStorageListener and CacheStorageDispatcher are now in a 1:1 relationship
and the indirection is no longer necessary. This CL moves the rest of the stuff
to the dispatcher, and removes the listener.

1st CL: https://codereview.chromium.org/1111713002/

BUG=474233
TEST=content_unittests --gtest_filter=CacheStorage*
TEST=run-webkit-tests http/tests/cachestorage/

Review URL: https://codereview.chromium.org/1107293002

Cr-Commit-Position: refs/heads/master@{#327303}
content/browser/cache_storage/cache_storage_dispatcher_host.cc
content/browser/cache_storage/cache_storage_dispatcher_host.h
content/browser/cache_storage/cache_storage_listener.cc [deleted file]
content/browser/cache_storage/cache_storage_listener.h [deleted file]
content/content_browser.gypi