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 17ae8e4ff628be10dd6d417e64e18fb16be3d114..044a0713d70e1db3544303af037d2d2a179046d8 100644 |
--- a/chrome/browser/local_discovery/privet_http.h |
+++ b/chrome/browser/local_discovery/privet_http.h |
@@ -148,6 +148,9 @@ class PrivetHTTPClient { |
const PrivetJSONOperation::ResultCallback& callback) = 0; |
virtual scoped_ptr<PrivetLocalPrintOperation> CreateLocalPrintOperation( |
PrivetLocalPrintOperation::Delegate* delegate) = 0; |
+ virtual scoped_ptr<PrivetJSONOperation> CreateStorageListOperation( |
+ const std::string& path, |
+ const PrivetJSONOperation::ResultCallback& callback) = 0; |
// A name for the HTTP client, e.g. the device name for the privet device. |
virtual const std::string& GetName() = 0; |