| Index: chrome/browser/local_discovery/privet_http_impl.h
|
| diff --git a/chrome/browser/local_discovery/privet_http_impl.h b/chrome/browser/local_discovery/privet_http_impl.h
|
| index fbbe129aaa08beb2c5822836e40def3aa22f6cc5..bc5ba05497fccb1e9f5b00659d24ef36513a48fd 100644
|
| --- a/chrome/browser/local_discovery/privet_http_impl.h
|
| +++ b/chrome/browser/local_discovery/privet_http_impl.h
|
| @@ -331,12 +331,6 @@ class PrivetV1HTTPClientImpl : public PrivetV1HTTPClient {
|
| const PrivetJSONOperation::ResultCallback& callback) OVERRIDE;
|
| virtual scoped_ptr<PrivetLocalPrintOperation> CreateLocalPrintOperation(
|
| PrivetLocalPrintOperation::Delegate* delegate) OVERRIDE;
|
| - virtual scoped_ptr<PrivetJSONOperation> CreateStorageListOperation(
|
| - const std::string& path,
|
| - const PrivetJSONOperation::ResultCallback& callback) OVERRIDE;
|
| - virtual scoped_ptr<PrivetDataReadOperation> CreateStorageReadOperation(
|
| - const std::string& path,
|
| - const PrivetDataReadOperation::ResultCallback& callback) OVERRIDE;
|
|
|
| private:
|
| PrivetHTTPClient* info_client() { return info_client_.get(); }
|
|
|