Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Unified Diff: chrome/browser/local_discovery/privet_http_impl.h

Issue 492693004: Delete Privet filesystem code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/local_discovery/privet_http.h ('k') | chrome/browser/local_discovery/privet_http_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(); }
« no previous file with comments | « chrome/browser/local_discovery/privet_http.h ('k') | chrome/browser/local_discovery/privet_http_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698