| Index: chrome/browser/local_discovery/privet_http.h
|
| diff --git a/chrome/browser/local_discovery/privet_http.h b/chrome/browser/local_discovery/privet_http.h
|
| index 57b03a49af92e2d3fd9873f0739f0b9626a91ac6..4089c699e72ff99b8da9639dd181db98a4fb4ed8 100644
|
| --- a/chrome/browser/local_discovery/privet_http.h
|
| +++ b/chrome/browser/local_discovery/privet_http.h
|
| @@ -209,15 +209,6 @@ class PrivetV1HTTPClient {
|
| virtual scoped_ptr<PrivetLocalPrintOperation> CreateLocalPrintOperation(
|
| PrivetLocalPrintOperation::Delegate* delegate) = 0;
|
|
|
| - // Creates operation to list files on local Privet storage.
|
| - virtual scoped_ptr<PrivetJSONOperation> CreateStorageListOperation(
|
| - const std::string& path,
|
| - const PrivetJSONOperation::ResultCallback& callback) = 0;
|
| -
|
| - // Creates operation to read data from local Privet storage.
|
| - virtual scoped_ptr<PrivetDataReadOperation> CreateStorageReadOperation(
|
| - const std::string& path,
|
| - const PrivetDataReadOperation::ResultCallback& callback) = 0;
|
| };
|
|
|
| } // namespace local_discovery
|
|
|