| Index: content/browser/devtools/protocol/storage_handler.cc
|
| diff --git a/content/browser/devtools/protocol/storage_handler.cc b/content/browser/devtools/protocol/storage_handler.cc
|
| index 6dc27ea7dcabcf8fd1638c283ef5bf8d9476eff1..1d2ecba8f0e2bde8530f1ffaa71f168477543128 100644
|
| --- a/content/browser/devtools/protocol/storage_handler.cc
|
| +++ b/content/browser/devtools/protocol/storage_handler.cc
|
| @@ -40,6 +40,10 @@ void StorageHandler::Wire(UberDispatcher* dispatcher) {
|
| Storage::Dispatcher::wire(dispatcher, this);
|
| }
|
|
|
| +void StorageHandler::SetRenderFrameHost(RenderFrameHostImpl* host) {
|
| + host_ = host;
|
| +}
|
| +
|
| Response StorageHandler::ClearDataForOrigin(
|
| const std::string& origin,
|
| const std::string& storage_types) {
|
|
|